Android Studio 3.5.3 is freezing for me when I try...
# android-studio
s
Android Studio 3.5.3 is freezing for me when I try to Inspect Code, it runs for a while and then freezes up, and it happens only on one of my projects so I can't create a minimum failure scenario, after it freezes up there is nothing I can do other than do a Force Quit, is there something I can do identify what might be causing this?
r
You can report your problem at issuetracker (issuetracker.google.com). Please describe your problem, and you can (if you want) also zip and post your project so they can inspect it. In AS you can create a "prepared" issuetracker issue on Help->Submit Feedback, it will prepare your issue with data about your installation, and describe your problem there. Please add reproduce (or what you think you just did) steps on when AS froze. And important (in windows): 1. Open directory C:\Users\<your username>\.<AndroidStudioVersion>\system\log 2. There are directories with the name "threadDumps-freeze-*". Theese may be very much help. Zip them, and bring them along (they may be large). 3. Include the idea.log file. You can also try the menu items A. Help->Collect Troubleshooting Information B. Help->Comporess Logs and Show in Explorer C. File->Export To Zip File Collect all of this, AS folks may be very happy 😀 and attach it when you report. If they miss something, they will answer you and your failure will be prioritized. RG
s
Mhmm strangely it works fine on AS Canary 6
@Roar Gronmo I know you're trying to help, but I don't think the project owner would like it if I published the source code to a 3rd party entity
r
No, I feel the same sometimes, but at least try to add the logs, they can read many things out of that, and if there are tricky things, they may take contact on secure channels, so you can safely send your code (if it is the code which is the problem).
BTW: Canaries are minefields 💣, but of course, to solve your immediate problem, they salvage .
s
Oh Canaries are for me to play with compose
I just was hoping it won't have the problem and seemingly it didn't till I did a gradle sync
r
AS4.0C6 has a problem that may be innoying, it should be solvable if it is the "Minimum supported Gradle version 6.1-milestone-2" problem. There will be a link in the last errormessage. Click in that, and it will do a resync with correct Gradle library.
s
Oh AS Canary 6 doesn't force an update for the gradle, I just skipped updating it now, I still ran it with the Stable versions gradle 5.4.1 and my sync was successfull, its just a properly built project which causes the issue
@Roar Gronmo anyway I got the freeze dump, I'll try submitting it in issue tracker
r
I'll vote for you, if I see it...
s
Thanks @Roar Gronmo here's the link https://issuetracker.google.com/issues/146216097
r
I voted !
👍 1