Android Question Installing AndroidThings on Raspberry Pi3

prokli

Active Member
Licensed User
Longtime User
According to this link https://www.b4x.com/android/forum/threads/android-things.74823/
I want to use PI3 GPIO Pins inside my new Project. For that reason I changed the manifest and copied jar, XML files to additional Folder.
Compilation is done without error. But when I install this application via b4a bridge, I get a failure that Installation is not possible.
As soon I remove this few lines of Code (see link above) installation works perfectly on my Raspberry PI3
Pls help!
Thanks
 

prokli

Active Member
Licensed User
Longtime User
Thanks! I will follow theses instructions.
I tried to install my app via ADB. It still fails!!

adb: failed to install memedi.apk: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY: Package couldn't be installed in /data/app/b4a.memomedi-gmyymf2BwtfJRjWl7Obzxw==: Package b4a.memomedi requires unavailable shared library com.google.android.things; failing!]

Can I use AndroidThings on any Android OS or do I need AndroidThings Image running on my SoC??
 
Last edited:
Upvote 0
Top