2

I have so apps that use APK Expansion Files. I usually have build these apps with ant. But I want to add AdMob code to these apps and apparently there is no way to build an AdMob app from the command-line so I have to use Android Studio. I looked at these docs: http://developer.android.com/google/play/expansion-files.html and they do not tell me what magic incantation I need to use in my gradle file. Does anyone know?

Red Cricket
  • 9,762
  • 21
  • 81
  • 166
  • http://stackoverflow.com/questions/22368251/how-to-make-android-expansion-file-using-android-studio http://stackoverflow.com/questions/11715855/steps-to-create-apk-expansion-file http://stackoverflow.com/questions/25891204/setting-up-google-play-expansion-file-library-in-android-studio – Chaudhary Amar Dec 17 '15 at 06:20
  • Hmmm those answers do not seem to apply to Android Studio – Red Cricket Dec 17 '15 at 06:54

1 Answers1

0

Apparently there is no way to use APK Expansion Files if you are using Android Studio. (see https://code.google.com/p/android/issues/detail?id=173235) That kind of sucks. So I guess I go back to using Eclipse.

Red Cricket
  • 9,762
  • 21
  • 81
  • 166