APDE USB / OTG communication

Im not particularly great with libraries, i jave an android repo that you can make use of ive posted it on the repo however i think ive figured out how to get any library onto android.

Take a look at the process.

Navigate to the library settings in apde until you get to this screen

Press dx dexer

Select the library you want to dex.(Note the ext requirements)

Then take a look at the files contained in the folder and their names.

As you can see i am dexing the fileWriter.jar library and so i need to name the output file fileWriter-dex.jar. Apde will dex your file and then you are good to go, i had no more crashes after this on my device.

Ive also managed to run my sketch with the jserial lib ive linked in a previous post.

i cant help any further as i dont have an arduino.

Ps

This is actually the solution posted by @jafal earlier in thread.

1 Like