Fixed
Status Update
Comments
aa...@google.com <aa...@google.com> #2
[Comment deleted]
jv...@google.com <jv...@google.com> #3
[Comment deleted]
aa...@google.com <aa...@google.com> #4
Also of note is the adb error when trying to install bad APK: INSTALL_FAILED_DEXOPT
jv...@google.com <jv...@google.com> #5
load dex files over 5Gb. -> load dex files over 5Mb.
aa...@google.com <aa...@google.com>
an...@google.com <an...@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
1) the methods are a lighter shade of gray if they're just a reference
2) there's no counter for the "defined methods" column.
This is not very discoverable and we had various people at Google I/O be confused about this, especially when they had multi-dex in their APK, looking at classes.dex they saw their methods and were annoyed that the tool didn't allow them to see their bytecode.
We should consider changing this UI to make this more discoverable.
One option: have two separate trees in the view, one for definitions and another for references. where each root node is named as such.