-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android.jar for api30 from Google Drive does not work anymore #84
Comments
same issue here, any ideas? |
I use the command './gradlew assembleDebug --info' to build my project and it turned out to be successful。。。 |
Please, please, how to fix this? In my application is Wi-Fi Hotspot on/off function and without compile sdk=30 is not possible to use TetheringManager. |
@Reginer thank you very much. Build working ;-) |
no idea if this can be trusted but it works. |
Working good. Tested in Galaxy S21, S10 with Android 11, Xiaomi Redmi Note 9 with Android 11, Pixel 3a with Android 12 beta 5, .... Also working in my app users. |
This does work. It is significantly smaller in size though. Is it missing any hidden classes? |
Of cause not,It only include frameworks.jar,no services.jar |
Ah that makes sense. Is there any way to include services.jar? |
|
I believe the jar is broken, was working previously, but new jar added recently produces the following error at assemble:
Replacing by previous jar fixes the issue, size is different: good jar is about 28M, wrong one is 47M
The text was updated successfully, but these errors were encountered: