-
Notifications
You must be signed in to change notification settings - Fork 28
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
Runtime Issue on Raspberry PI #3
Comments
Can you provide the full build log and dump the content of the apk? |
Build logs were generated with Here is the dump of the apk:
A few other notes. We've been working with the Google Group on this: https://plus.google.com/105079131213722093844/posts/bmf3aBDpgBd?cfem=1 We had to add |
I've tried to test the Native PIO speaker example on a Raspberry PI and got the following runtime error:
java.lang.IllegalArgumentException: Unable to find native library speaker using classloader: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/com.google.android.things.jar", zip file "/oem/app/speaker-debug.apk"],nativeLibraryDirectories=[/oem/lib/speaker-debug, /system/lib, /vendor/lib, /system/lib, /vendor/lib]]]
This is similar to errors we've seen compiling other armeabi-v7a libraries for the PI. Has anyone had success using those libraries on the PI, or is there an arm64-v8a version of the native libraries available?
The text was updated successfully, but these errors were encountered: