Fixed
Status Update
Comments
je...@google.com <je...@google.com>
al...@google.com <al...@google.com> #2
[Comment deleted]
al...@google.com <al...@google.com>
al...@google.com <al...@google.com> #3
[Comment deleted]
al...@google.com <al...@google.com>
xa...@google.com <xa...@google.com> #4
Also of note is the adb error when trying to install bad APK: INSTALL_FAILED_DEXOPT
sa...@google.com <sa...@google.com> #5
load dex files over 5Gb. -> load dex files over 5Mb.
sa...@google.com <sa...@google.com> #6
Same here! Looking forward to a solution :)
Android Studio version: 0.8.12
buildToolsVersion 21.0.1
Gradle 1.11
Android Studio version: 0.8.12
buildToolsVersion 21.0.1
Gradle 1.11
Description
Using a basic project with 1 app and 1 lib, using AGP 7.4.0 alpha 2, we see the following manifest files after a build:
The fact that we have 3 intermediate manifests in the app and (more importantly) 2 in the library is probably something we can optimize, in some cases.
The most important aspect here is the library as we need this for scaling. If the reason to have 2 is something we can put behind an opt-in feature that would be better.