Fixed
Status Update
Comments
dv...@gmail.com <dv...@gmail.com> #2
evertime I reopen andoid studio i get this message why?
uc...@google.com <uc...@google.com> #3
Thanks for the feedback. To help us troubleshoot this issue further, we will need more information. Please share detailed reproduction steps and as much as possible of the following information when it applies:
1. Gradle and Android Plugin Version (File -> Project Structure -> Project)
2. Build logs
3. idea.log file if the issue occurs from Android Studio (select Help > Show Log in Finder / Explorer)
4. Gradle profile if it is a performance issue as described inhttps://developer.android.com/studio/build/optimize-your-build#profile
For more information on what’s needed and how to obtain this information please read the guide athttps://developer.android.com/studio/report-bugs#build-bugs
1. Gradle and Android Plugin Version (File -> Project Structure -> Project)
2. Build logs
3. idea.log file if the issue occurs from Android Studio (select Help > Show Log in Finder / Explorer)
4. Gradle profile if it is a performance issue as described in
For more information on what’s needed and how to obtain this information please read the guide at
dv...@gmail.com <dv...@gmail.com>
vi...@google.com <vi...@google.com>
je...@google.com <je...@google.com> #4
amr, can you check if the IDE or the AGP forgot to close the file
am...@google.com <am...@google.com> #5
Thanks for filing the bug, it's not clear to me what could have caused it from the IDE or AGP side since both handle closing the file, and the logs don't seem to include the mentioned issue, could you attach the logs when the issue happens or explain steps to reproduce?
From the logs it seems that git is continuously trying to add the file each time it's created, I suspect that this might cause a problem. Can you try to remove any dangling git locks and to add the file or the build directory to your gitignore and see if that fixes it?
dv...@gmail.com <dv...@gmail.com> #6
sorry I already switch to canary to overcome this problem..
le...@gmail.com <le...@gmail.com> #8
This has gone from bad to worse. I used to get 2 processes in the process tab for task manager before upgrading to kotlin1.4 now I get one process which if I kill from the process tab kills studio.. This is on Windows10 and its infuriating.
D:\projects\v-app-android\smartlife-android\build\intermediates\compile_and_runtime_not_namespaced_r_class_jar\mockDebug\R.jar: The process cannot access the file because it is being used by another process.
Please reopen the bug as its not fixed!
D:\projects\v-app-android\smartlife-android\build\intermediates\compile_and_runtime_not_namespaced_r_class_jar\mockDebug\R.jar: The process cannot access the file because it is being used by another process.
Please reopen the bug as its not fixed!
am...@google.com <am...@google.com> #9
This bug is about Build Analyzer output file, the error you're seeing is similar but about different file. Please file a new bug with more details.
Description
. why?