On Android: Where do I place the plugins after running the script to download them.

For iOS builds it is very straight forward:

  1. Build the extra project to download the script.

  2. Build your project and the plugins are included.

For Android I am stuck:

  1. I run the script that is now included as part of the Android folder.

  2. I see the plugin.x.jar files where I expect them to be: “Corona/Native Plugins/android”

  3. Build on Android Studio and I get an error on the device that x plugin is missing.

I also tried copying the *.jars into libs folder of the app as it is marked in the griddle build. This also didn’t work.

thank you for any help

In your project file there should be a path: 

android/app/src/main/jniLibs/armeabi-v7a  I think that’s where the .so files go.

android/app/libs is where the .jar files go.

See: https://docs.coronalabs.com/native/android/index.html

Rob

In your project file there should be a path: 

android/app/src/main/jniLibs/armeabi-v7a  I think that’s where the .so files go.

android/app/libs is where the .jar files go.

See: https://docs.coronalabs.com/native/android/index.html

Rob