Jun 18, 2015 android gradle proxy studio Gradle(w) and Proxy Authentication The recent updates in Android Studio eliminate the possibility of passing JVM arguments to gradle. That's quite unfortunate because I quite liked my
May 28, 2015 android configuration proguard source My ProGuard Configuration Base File Following my previous proguard entry, I think it's useful to present my final proguard configuration. I'm starting with my base file
May 27, 2015 android copy debug develop emulator file genymotion Get Access to Files in Genymotion Genymotion is a fine emulator. I'm using it as any normal user and once in a while I need to get a file
May 23, 2015 admob ads advertising android bug Android AdMob Bug I'm trying to implement AdMob in my application as an exercise. I followed the tutorial to the letter (read: copy/pasted code from
May 22, 2015 android configuration proguard ProGuard and Third Party Libraries - a Strategy Today I tried to compile my app for release with proguard. Previously, I skipped proguard, but now I wanted a lean package :). Soon, I got