Can't start app from Android Studio(plugins not found)

Thank for help!
I saw this topic, it’s doesn’t solve my problem yesterday, so i decided to add plugins manually.
Hope this will help for everyone who faced same problem:

  1. I downloaded all plugins manually.
    Link for each plugin is like github.com/coronalabs/*publisher*-plugin.*plugin*/releases/

Replace publisher and plugin to your.
For example: for openssl its “com.coronalabs” and “openssl”.
So link will be like: http://github.com/coronalabs/com.coronalabs-plugin.openssl/releases/

Download 2016.2883-android.tgz, unzip it.

2.1) If you see a *.jar file - then you need to place it to the folder “Your_project/android/app/libs”

2.2) If you see a *.so file and folder jniLibs - then you need to copy all folders from “jniLibs” to the folder “Your_project/android/app/src/main/jniLibs”

That’s it. My project works well and all plugins also works

1 Like