-
Notifications
You must be signed in to change notification settings - Fork 395
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
Use of sun.misc.BASE64Encoder prevents the plugin to run on Java 9 #759
Comments
sun.misc.BASE64Encoder
prevents the plugin to run on Java 9
I also reported an Android bug: https://issuetracker.google.com/issues/62471410 |
Until the Android SDK itself supports Java 9 we wont be able to do anything anyway. Please reopen when that happens. |
@mosabua the google issue says
@henri-tremblay you said:
But #792 shows that this is still the case? |
@mosabua said:
Maybe now is the time to reopen this? |
i did a bit of digging ... it seems they fixed that somewhere a few (9) years ago: now the part would be to try to find an sdklib with that change inside it also got moved later from tools/build into tools/base |
Hannac said:
@Hanmac I'm a little bit lost here... |
they said that the old SignedJarBuilder was deprecated i tried to found what the alternative would be. i only found this: https://github.com/pixnet/android-platform-tools-base/blob/master/sdklib/src/main/java/com/android/sdklib/internal/build/SignedJarBuilder.java so i was locking for AndroidBuilder, but the only sources i found where still using some kind of SignedJarBuilder. now i'm looking at what package of sdklib would have that update. |
We get the following error (on plugin version 4.4.3)
After digging a bit, it is coming from sdklib (
ApkBuilder->SignedJarBuilder
). I also tried against your current master and had the same issue.The text was updated successfully, but these errors were encountered: