Twillpower
Twillpower
When I compile Android, compilation fails. I am using version 5.10.2 and my error is caused by the make -f Makefile.android step. chart1.h cannot be found when compiling ocpn_wrapper.cpp. I...
I successfully build and run the Android version, but I can't find the import plugin function, the desktop version has this function, is the Android version does not have this...
Did you only use the documentation in buildandroid under opencpn?
The opencpn project only provides a linked library; to compile an apk, you need to use the oepncpn-android project
Yes, Android builds are tricky, I will try to document it later and commit it in my branch