Status Update
Comments
uc...@google.com <uc...@google.com>
rp...@google.com <rp...@google.com>
f....@gmail.com <f....@gmail.com> #2
al...@google.com <al...@google.com>
f....@gmail.com <f....@gmail.com> #3
Our team is also running into this because we use kotlin reflection to set up mock data for previews.
Can you suggest any workaround that we can apply locally to make layout lib include kotlin reflect until it is officially fixed? We are obviously including it as a build dependency but the layout lib preview doesn't pick it up for some reason.
xa...@google.com <xa...@google.com>
em...@google.com <em...@google.com> #4
I do not see this issue in Electric Eel Beta 4, but I do see it in Flamingo Canary 6.
f....@gmail.com <f....@gmail.com> #5
I do not see this issue in Electric Eel Beta 4, but I do see it in Flamingo Canary 6.
Is it with the very same project? I'm trying to rule out whether this is related to specific library/compiler versions.
Thanks!
em...@google.com <em...@google.com> #6
Yes, that was with the same project. I can double check with the latest versions of each IDE and get back to you though.
Description
AI-173.4907809, JRE 1.8.0_152-release-1024-b02x64 JetBrains s.r.o, OS Windows 7(amd64) v6.1 Service Pack 1, screens 1920x1080, 1920x1080
Android Gradle Plugin: (plugin information not found)
Gradle: (gradle version information not found)
NDK: from local.properties: (not specified); latest from SDK: (not found);
LLDB: LLDB 3.1 (revision: 3.1.4508709)
CMake: from local.properties: (not specified); latest from SDK: (not found); from PATH: (not found);
Hi Android Studio Team,
sometimes when using the 'Profile or Debug APK...' option to debug an APK that has been build externally, Android Studio locks the APK even after the project has been closed.
From what I get, Android Studio creates an intermediate project whenever 'Profile or Debug APK' is used. It seems like Android Studio copies the APK that the user wants to profile or debug into that project but sometimes doesn't release the Handle to the original APK, thus making it impossible to replace the original APK without closing down Android Studio completely.
I'd roughly guess that this happens, like, 40% of the time I use 'Profile or Debug APK'.
If you need more informations about this, please don't hesitate to ask me.