javaandroid-studioionic-framework

Could not extract native JNI library


I'm trying to create en .apk from the node.js command promt with:

ionic build android

For some reason I get the: Could not extract native JNI library error. Does anyone know how to fix this?

I have the 1.8.0._101 of Java installed and the latest Android Studio.


Solution

  • By simply making a new fresh install of JAVA, cleaning the cache and not using the bleeding-edge version of node.js I solved this.