mirror of https://github.com/buggins/dlangui.git
|
|
||
|---|---|---|
| .. | ||
| res/values | ||
| AndroidManifest.xml | ||
| README.md | ||
| android_app.mk | ||
| android_build_config.mk | ||
| build_apk.sh | ||
| deploy_apk.sh | ||
| watch_logs.sh | ||
README.md
This is template for DlangUI Android project.
Copy this directory to some DlangUI project's directory to allow Android builds.
Modify android_app.mk, android_build_config.mk
android_app.mk
Update LOCAL_SRC_FILES to include all your project's files.
android_build_config.mk
Update paths to Android NDK, SDK, DlangUI source directory.