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

A JNI error has occurred, please check your installation and try again #62

Open
Hasan-Uddin opened this issue Feb 4, 2020 · 6 comments

Comments

@Hasan-Uddin
Copy link

Screenshot - 2_4_2020 , 10_49_10 AM

@Hasan-Uddin
Copy link
Author

Screenshot - 2_4_2020 , 10_47_50 AM

@SupinePandora43
Copy link
Contributor

send output of java -version

@Hasan-Uddin
Copy link
Author

Screenshot - 2_4_2020 , 4_02_21 PM

@SupinePandora43
Copy link
Contributor

this caused because class compiled for JRE 9 (53) , but you trying to run on JRE 8 (52)

@Hasan-Uddin
Copy link
Author

tried with previous  version and it worked .. But i got unexpected result. i thought this tool can show dependency list( dependencies { } ) used in apk . but it shows 3 balls names classes. :(

@gitdefllo
Copy link

You need to change the java version to a newest.
A little search on windows should help you. Aside on linux, you have some tutorials to do it: install the lastest version of openjdk and choose the correct jdk with $ sudo update-alternatives --config java, then try again. This works.

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

No branches or pull requests

3 participants