XorAndOr Active Member Licensed User Longtime User Feb 5, 2017 #1 Hello everyone, I have installed on Rpi3 the OS Android Things, I'm using B4A4.30, added the lib Things.jar and Things.xml to additional library of B4A, added into manifest the string. AddApplicationText(<uses-library android:name="com.google.android.things"/>) But when I go to compile I get the error as in the image. With other projects B4a that do not include the lib Things.jar, they works fine on the Rpi3. Thank you
Hello everyone, I have installed on Rpi3 the OS Android Things, I'm using B4A4.30, added the lib Things.jar and Things.xml to additional library of B4A, added into manifest the string. AddApplicationText(<uses-library android:name="com.google.android.things"/>) But when I go to compile I get the error as in the image. With other projects B4a that do not include the lib Things.jar, they works fine on the Rpi3. Thank you
Erel B4X founder Staff member Licensed User Longtime User Feb 5, 2017 #2 You need to use B4A v6+ with this library. Upvote 0
XorAndOr Active Member Licensed User Longtime User Feb 5, 2017 #3 Erel said: You need to use B4A v6+ with this library. Click to expand... Thank you, Erel Upvote 0