AndroidDeveloperLB

Results 873 comments of AndroidDeveloperLB

@v-mas I already use "synchronized" : https://issuetracker.google.com/issues/176215143#comment15 The reason is that everything related to this API could take time, so I didn't want this one to take time too.

@JakeWharton It's an example. It could be nice to see some samples.

I think the best way to handle it is as such: https://stackoverflow.com/a/66670232/878126 No idea though how this could be fixed on library level. Maybe have an annotation like "@Keep" that...

For now I've put all of these special classes into the same package name, and used the Proguard rule I wrote (`-keep,allowobfuscation class com.your_library.rest_objects.** { *; }`) . If anyone...

@JakeWharton Could be Kotlin or Android-Studio or IntelliJ too, that's right. It's the first time I see this issue, only on this library, so this is why I wrote here....

@maya-tabnine I don't know when this occurs (doesn't always occur), but I guess that it won't be locked after closing all instances of the IDE.

@maya-tabnine Attached logs file of the IDE when I got it reproduced: [studio-logs-20220505-213755.zip](https://github.com/codota/TabNine/files/8633784/studio-logs-20220505-213755.zip) As for your question, after closing the IDE, it has let me to delete the folder.

I can't even download the sample from the Play Store: https://play.google.com/store/apps/details?id=jp.wasabeef.sample ![image](https://user-images.githubusercontent.com/5357526/36074602-1de540d2-0f4b-11e8-8343-4a0632f02cf5.png)

@nuoxiang I've tried now. Still got build errors: ![image](https://user-images.githubusercontent.com/5357526/36628023-604d1edc-1954-11e8-856b-5e29bcf42d17.png)

My network is fine. Pressing on this link doesn't help.