You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
is the --custom-package option already possible with android-plugin? It does not seem to be.
Do you have some code that could be adapted to --rename-manifest-package?
migo
added a commit
to migo/android-plugin
that referenced
this issue
Sep 6, 2013
Hi,
I'm trying to create two versions of my android app. That means that I have to have two different package names in the AndroidManifest file.
An easy solution to this problem would be to use aapt --rename-manifest-package, as described here:
http://www.piwai.info/renaming-android-manifest-package/
I think aaptGenerateTask in AndroidBase.scala would have to be changed to support this package name parameter.
The text was updated successfully, but these errors were encountered: