Fixed
Status Update
Comments
ja...@google.com <ja...@google.com>
ja...@gmail.com <ja...@gmail.com> #2
Right-clicking the highlighted selection and choosing "Copy" from the context menu is a workaround for this.
Description
all required information.
Android Studio 3.0
Build #AI-171.4408382, built on October 20, 2017
JRE: 1.8.0_152-release-915-b08 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.13.2
Studio Build: #AI-171.4408382, built on October 20, 2017
Version of Gradle Plugin: 2.3.3
Version of Gradle: 3.5
Version of Java: 1.8.0_45
OS: MacOS 10.13.2 (17C88)
Steps to Reproduce:
1. Build an APK
2. Open the APK in the APK Analyzer
3. Open classes.dex
4. Select any method from a class, right click, and choose "Show Bytecode"
5. In the bytecode window, highlight some bytecode and try to copy it with CMD+C.
6. Try pasting into the app of your choice.
7. Notice "/classes.dex" is pasted, rather than the bytecode you selected.