Closed YezCohen closed 6 months ago
Good day, you do NOT need to compile this ancient code base to be able to develop plugins. You can obtain the latest SDKs from tak.gov, just register for an account. You do not need to be government or military to register.
It appears that the TAK Product Center has abandoned this project on GitHub.
Good day, you do NOT need to compile this ancient code base to be able to develop plugins. You can obtain the latest SDKs from tak.gov, just register for an account. You do not need to be government or military to register.
It appears that the TAK Product Center has abandoned this project on GitHub.
I see, thank you for the response!
I'll look into the SDKs from tak.gov.
Before I start to develop plugins, I am looking into creating a translation for the app. It looks like from this folder that there is just one file of strings to translate in order to translate the app, and that there are languages options for: Arabic, Spanish, French, Japanese and Korean (other than English of course).
Do you have any idea if there is a way to create a translation using the SDKs for the updated code of the app? than I really don’t need to try to compile this repo.
Thank you again for your help!
The only way to add a translation is at compile time of the app.
If you build your own plugin, you can translate the plugin text.
The only way to add a translation is at compile time of the app.
If you build your own plugin, you can translate the plugin text.
I see. Ok thank you!
Anyway - for future reference if anyone gets the same error: The build.xml file has 4 lines (for compile and debug) that calls for "source" and "option" with the value "1.6", even when I changed it manually to "7", because while compiling it it called this file multiple times, and every time it changed it back to "1.6", so the next time it called it - it raised an error again. To fix it, I ran a python script in the background that monitored the build.xml file, and every time it changed to 1.6, it changed it back to 7.
How should go about developing plugins. I have the sdk 5.1.0 fro tak.gov. What is the project structure like? kindly assist
How should go about developing plugins. I have the sdk 5.1.0 fro tak.gov. What is the project structure like? kindly assist
Look in the samples folder for example plugins
Hi there, I'm new to this project, and trying to create the developer environment just so i could compile the app to an .apk file to run on my phone before starting to play with it.
While going over the instructions to build the project on in "BUILDING.md", i got to step 3 and runing the first line in the terminal:
make TARGET=android-arm64-v8a GDAL_USE_KDU=no build_spatialite build_gdal build_commoncommo build_assimp
it runs, and then gets an error, this is what i got:does anyone have any idea how to fix it? I feel like i've tried everything and could make it to fix the issue. I tried to understand where in the code it gets to this but couldnt figure it out:
[javac] warning: [options] bootstrap class path not set in conjunction with -source 6 [javac] error: Source option 6 is no longer supported. Use 7 or later. [javac] error: Target option 6 is no longer supported. Use 7 or later.
Any help would be much appreciated!