@ZENAR57 try now
1 Like
you can compile your app then move it to other phone as compiled application my tablets Android 10
1 Like
the library is ready to use just copy it to libraries folder
1 Like
I do not want a tablet with android 10, nailing it to the wall in a dirty workshop near the boilers.
I saw on github that many libraries will only work with android 5 or more.
If I lower the api level down to 16, in the APDE settings and compile on android 9, will it then work fine on android 4.1?
maybe works because you are dealing with application not code i think it works try
1 Like
@ZENAR57 listen
when you deal with ready code like this
import org.slf4j.*;
import org.slf4j.helpers.*;
import com.hoho.android.usbserial.util.*;
import com.yourinventit.processing.android.serial.*;
import org.slf4j.spi.*;
import com.hoho.android.usbserial.driver.*;
import org.slf4j.impl.*;
delete the ready made imported library from the sketch and import it once again
1 Like