We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
After the download model part of the plugin, I'm obtaining this error:
Uncaught (in promise) Native TF methods not found; check that the correct native libraries are present in the APK.
Any idea why this is happening?
I'm testing this plugin in Android 6.0.1
Thanks
The text was updated successfully, but these errors were encountered:
Same error :( Android version : 5.1.1
Sorry, something went wrong.
@bmartinho I found the solution, hereismari/mnist-android-tensorflow#1
go to your cordova folder: your_cordova_folder/platforms/android/build/intermediates/jniLibs/debug/ and create a new folder called armeabi-v7a
Download the precombiled native libraries from here: https://ci.tensorflow.org/view/Nightly/job/nightly-android/ Copy the corresponding native library into this folder. Build the application and run it!
Thanks!!!
No branches or pull requests
Hi,
After the download model part of the plugin, I'm obtaining this error:
Uncaught (in promise) Native TF methods not found; check that the correct native libraries are present in the APK.
Any idea why this is happening?
I'm testing this plugin in Android 6.0.1
Thanks
The text was updated successfully, but these errors were encountered: