Wednesday, August 7, 2013

Android Studio Gradle 101 First Lesson

Okay, the first lesson. You need to load the local.properties file and set debug keystore location in the file...


ant { property(file:'../local.properties') }

Than in rest of it: signingConfigs { debug { storeFile file(ant.properties['debug.keystore']) storePassword 'android' keyAlias 'androiddebugkey' keyPassword 'android' } }

No comments:

Post a Comment

Hi,thank you for participating in the discussion by adding your comments.If this was bugged by the NSA you should have seen a little pop asking to relog back into your account.