dlangui/examples/dminer/android_project
Vadim Lopatin 5cd49dd25e add Android project for DMiner 2016-04-26 16:17:24 +03:00
..
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.