-
-
Notifications
You must be signed in to change notification settings - Fork 197
UnsupportedClassVersionError when attempting to run on Android #355
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
Comments
Hi @brianchirls , |
Thanks for the extremely quick reply, @rosen-vladimirov. I had updated to version 7 and then 8, but neither was working. Turns out that my Now I have a new problem, which is this error message: "Could not find an emulator image to run your project." I have an emulator installed with images for SDK 17, 19 and 21, and it works just fine in Android Studio. The documentation is great, but it seems to assume a fresh install. It would be helpful if it accounted for systems that may already have some of this stuff installed, like Android Studio. |
For the record, here's the error I get when running with JDK 8 (1.8.0_40):
|
Hi @brianchirls, |
@rosen-vladimirov, I updated #363 with my own output log. The id of the app is |
@brianchirls |
I am unable to run anything on Android. I am getting an
UnsupportedClassVersionError
when attempting to run the basic "Hello World" example, on either the emulator or the actual device. I believe I have all my paths set up and the latest versions of JDK, Ant and Android SDK. (This is on OSX.)The following is the end of the console output when I run
tns run android
The text was updated successfully, but these errors were encountered: