-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Android18Instantiator Fails On Android O #52
Comments
They love to make my life complicated. :-) Thanks for reporting. I will look into it. The fix should be out soon. |
@erandagan Stupid question. I'm looking for the Android O SDK and system image to run with AVD. Can you help me? |
@henri-tremblay Sure, I'll see if I can find it. I got the stack traces from my app's users who installed the O Beta on their devices. |
The Android O System Image for the Android Emulator is listed in the SDK manager under Android O Preview as Google APIs Intel x86 Atom System Image. But only for the Android Studio 3.0. If you have Android Studio already installed, you can change to the canary channel to (probably?) update to 3.0. See https://developer.android.com/studio/intro/update.html##sdk-manager |
Thanks. I was using the Android plugin on IntelliJ Ultimate. Always disappointing to see that there are so much things missing in it. But yes, using Android Studio Canary made it appear. So I'm almost there now. |
I just realized something. You are not supposed to use Android18Instantiator anymore. Latest Android versions (N and O) are based on the OpenJDK and so are using the So I just tested it on Android O and it works perfectly. |
It seems that
Android18Instantiator
does not work on Android O beta (SDK level 25).Looks like Android dropped support for
ObjectStreamClass.getConstructorId
The text was updated successfully, but these errors were encountered: