Closed LinArcX closed 3 years ago
Haven't seen that before, maybe it's worth asking on the discord server. Some things to check:
Definitely hit up the Discord server. Someone there may know. https://discord.gg/CCeyWyZ
I don't have discord and no interest to use it either.
The problem is that you compile your app with android 30 as target and want to deploy it on a android 23 phone so you just need to change ANDROIDVERSION
to 23
@dreua question should be closed as @zNoctum has provided the correct answer.
Hello. I've tried to build/push the sample app into my android phone(android 6, not rooted!)
But in final step, it throws some errors on my screen phone. These are last lines of build process:
Notice that i set
ANDROIDVERSION?=28
inMakefile
.