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
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Cloned repo. Added CI token. Built the project in Android Studio. Ran it on Emulator and Device as well, the snackbar displays "Failed to update class list on Android Device"
Why is it not working as intended even after a successful build?
The text was updated successfully, but these errors were encountered:
Class list can be obtained by scanning android.jar(should be easier) or android-stubs-src.jar in the Android SDK directory (~/Library/Android/sdk/platforms/android-33/) , these two files can be downloaded on the fly if the url can be obtained and we know the latest api level. We can also just embed the class list in the project.
Cloned repo. Added CI token. Built the project in Android Studio. Ran it on Emulator and Device as well, the snackbar displays "Failed to update class list on Android Device"
Why is it not working as intended even after a successful build?
The text was updated successfully, but these errors were encountered: