You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that is the way it is intended to be.! In Android Studio, if SDK is being fetched over the network the user is blocked from performing any other activities on the IDE .i.e., Blocking state. But I think what Processing does is good.! Making it fetch in the background while having the instance of the older SDK for current builds.
My Personal opinion would be having a Cancel button to terminate the fetch instead of removing it from background.
I noticed this issue while closing the SDK updater. If no one is working on this, I would like to take this up. Is it fine if a Message Dialog is shown stating that a background process is running? Also, stopping the fetch thread on confirmation? @codeanticode@DeerajTheepshi@kfrajer
Hi @ranaaditya , this is yet to implement, Yes this is the same issue that we discussed. The major issue is that on startup of SDKUpdater UI, It crashes because the library (sdklib) used in SDKUpdater uses old java dependencies which have been removed in java 17, that we started using. I updated the sdklib and related methods in SDKUpdater and the issue was not removed. Seems like the recent versions of the library(sdklib) also use old imports of java. But it seems we can probably find a fix. #666
How to Recreate issue :
Priority: Minimum. This shouldn't be causing any other problems.
Ready to Work on it? : Yes
The text was updated successfully, but these errors were encountered: