Skip to content
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

crash in android-studio #20

Closed
kingrukawa opened this issue Mar 6, 2017 · 5 comments
Closed

crash in android-studio #20

kingrukawa opened this issue Mar 6, 2017 · 5 comments
Labels

Comments

@kingrukawa
Copy link

android-studio version:2.3
plugin crash
image

@sibuty
Copy link

sibuty commented Mar 6, 2017

I have this problem too.

@sibuty
Copy link

sibuty commented Mar 6, 2017

Stable version is 2.8.12. :)

@axaluss
Copy link
Owner

axaluss commented Mar 6, 2017

java.lang.NoClassDefFoundError: javafx/scene/media/MediaException

i wasn't able to reproduce the error on
Android Studio 2.3
Build #AI-162.3764568, built on February 24, 2017
JRE: 1.8.0_121-b13 amd64
JVM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation

And neither on:

IntelliJ IDEA 2016.3.4
Build #IU-163.12024.16, built on January 31, 2017
Subscription is active until February 28, 2018
JRE: 1.8.0_112-release-408-b6 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

java.lang.NoClassDefFoundError: javafx/scene/media/MediaException looks like there is javafx missing on the java install/classpath. but i dont know why this is missing in your install but not in mine.

Any ideas?

@axaluss axaluss added the bug label Mar 6, 2017
axaluss added a commit that referenced this issue Mar 6, 2017
Bug on new file php in Phpstorm #21
crash in android-studio #20
@axaluss
Copy link
Owner

axaluss commented Mar 6, 2017

fixed in 2.12.12
This wasnt reproducible using plugin run mode.
By default startup intellij does not include jfxrt in its own jre/jdk classpath.
To be able to play music you have to add jfxrt to intellij's classpath or make intellij use oracle java or install the ubuntu package 'openjfx'.

@axaluss axaluss closed this as completed Mar 6, 2017
@kingrukawa
Copy link
Author

good job,man.
tks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants