Status Update
Comments
jo...@gmail.com <jo...@gmail.com> #2
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #3
[Comment deleted]
ae...@gmail.com <ae...@gmail.com> #4
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #5
[Comment deleted]
gp...@gmail.com <gp...@gmail.com> #6
Build: 2.2.2, AI-145.3360264, build on october 18, 2016
JRE: 1.8.0_76-release-b03 amd64
JVM: OpenJDK 64 Bit Server VM by JetBrains s.r.o.
OS: Windows 7 x64
The same here. Since the update from version 2.2.1. Sometimes in some rare cases "Build - Clean" helps.
JRE: 1.8.0_76-release-b03 amd64
JVM: OpenJDK 64 Bit Server VM by JetBrains s.r.o.
OS: Windows 7 x64
The same here. Since the update from version 2.2.1. Sometimes in some rare cases "Build - Clean" helps.
ja...@gmail.com <ja...@gmail.com> #7
Update:
When turning off "Instant Run" (in "Settings" - "Build, Execution, Deployment") it works, but now you do not have the functionality of Instant Run.
When turning off "Instant Run" (in "Settings" - "Build, Execution, Deployment") it works, but now you do not have the functionality of Instant Run.
we...@gmail.com <we...@gmail.com> #8
Turning off "Instant Run" did not work for me, nor did cleaning the project.
ml...@gmail.com <ml...@gmail.com> #9
it maybe you have more than one resource,on the top of ide you may see tip like this:,chese the right one,it will be work.
ml...@gmail.com <ml...@gmail.com> #10
I was having the same problem
the problem is with layout xml file (v21)
i delete the xml (v21) and create a new one and the error gone .
the problem is with layout xml file (v21)
i delete the xml (v21) and create a new one and the error gone .
pr...@gmail.com <pr...@gmail.com> #11
turning off instant run DO WORKED for me.
jo...@gmail.com <jo...@gmail.com> #12
I tried all these methods above,it did not worked.Then I opened the "Gradle" in the right side of the Android Studio, and clicked the "Refresh All Gradle Project",it workded(Linux ,OpenJDK8 64).
By the way,the Instant Run is so unstable,just turn off it.
By the way,the Instant Run is so unstable,just turn off it.
sm...@gmail.com <sm...@gmail.com> #13
I remove all cache file in <USER>/.gradle/caches and rebuild project, problem solved! I guess gradle loads wrong file in cache. Hope it can help someone.
so...@gmail.com <so...@gmail.com> #14
Happened also in, but suddenly disappeared after 3 mins...:
Android Studio 3.0 Beta 7
Build #AI-171.4365657, built on September 28, 2017
JRE: 1.8.0_152-release-915-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
RG
Android Studio 3.0 Beta 7
Build #AI-171.4365657, built on September 28, 2017
JRE: 1.8.0_152-release-915-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
RG
su...@googlemail.com <su...@googlemail.com> #15
Currently i have the same Problem when i debug into sqlite classes from the android.database package. Stepping into SQLiteDatabase.insert(), originally sourcecode row 1341, jumps instead to row 1736 and stepping forward brings the "sourcecode does not match bytecode" message up.
I tried a lot, but nothing helps.
- switch off instant run
- switch off minifyEnabled
- clean build
- delete [userdir]\.gradle\caches
- import clean project code from repo
- reinstall android studio and sdk
- install on a different system with Win7
- try different compile-, target-, minSdkVersions
- try different gradle and gradle tool versions
System:
- Android Studio 2.3.3
- Build #AI-162.4069837, built on June 6, 2017
- JRE: 1.8.0.112-release-b06 amd64
- JVM: OpenJDK 64-bit Server VM by Jetbrains s.r.o
- Win 10
- Physical Samsung Debug Devices with Android 7.0 (24) and Android 6.0 (23)
- SDK Version 23-26
- Gradle 3.3 (Tool 2.3.x) and 2.14.1 (Tool 2.2.3)
I tried a lot, but nothing helps.
- switch off instant run
- switch off minifyEnabled
- clean build
- delete [userdir]\.gradle\caches
- import clean project code from repo
- reinstall android studio and sdk
- install on a different system with Win7
- try different compile-, target-, minSdkVersions
- try different gradle and gradle tool versions
System:
- Android Studio 2.3.3
- Build #AI-162.4069837, built on June 6, 2017
- JRE: 1.8.0.112-release-b06 amd64
- JVM: OpenJDK 64-bit Server VM by Jetbrains s.r.o
- Win 10
- Physical Samsung Debug Devices with Android 7.0 (24) and Android 6.0 (23)
- SDK Version 23-26
- Gradle 3.3 (Tool 2.3.x) and 2.14.1 (Tool 2.2.3)
se...@gmail.com <se...@gmail.com> #16
The third party rom usually do not match with the official sdk framework.jar.
Is there a way to to custom the android framework.jar which load by the debugger?
Is there a way to to custom the android framework.jar which load by the debugger?
se...@gmail.com <se...@gmail.com> #17
Same problem, "sourcecode does not match bytecode"
se...@gmail.com <se...@gmail.com> #18
I had the same issue. Non of ways above didn't work. But I noticed that debug cursor is shifted on 4 lines below from equivalent source code line. I enabled opportunity to edit source file and added 4 lines at the top and all works for me. It was file View.java (API 26). Probably it is needed to add blank lines in certain places of file.
Description
Host OS: Mac OS X 10.7.5
SDK tools version (available in the "About" section of the 'android' tool
UI): 22.0.1
Eclipse version: Android Studio AI-130.716844
ADT plug-in version: n/a
Platform targeted by your project: Android 4.1.2 Galaxy Nexus
Version of the platform running in the emulator: 4.1.2
STEPS TO REPRODUCE:
1. Make a code change
2. Run the project
EXPECTED RESULTS:
Project builds without any errors
OBSERVED RESULTS:
Project has a lot of "cannot find symbol" errors. I have to "Rebuild Project" any time I make a code change to fix the errors.
ADDITIONAL INFORMATION:
This didn't happen until I updated to 0.1.6, and I haven't made any changes to my code without reverting them. See