fltk/ide/AndroidStudio3
2019-01-14 23:27:12 +01:00
..
app Updated Android build files to newes Android Stduio version 2019-01-13 22:07:38 +01:00
FL Android: moved include files as well 2018-03-05 23:27:31 +00:00
gradle/wrapper Updated Android build files to newes Android Stduio version 2019-01-13 22:07:38 +01:00
build.gradle Updated Android build files to newes Android Stduio version 2019-01-13 22:07:38 +01:00
gradlew Android: moved to IDE directory. 2018-03-05 23:17:51 +00:00
gradlew.bat Android builds tested successfully after changeover to git 2019-01-03 23:16:59 +01:00
README.md Android builds tested successfully after changeover to git 2019-01-03 23:16:59 +01:00
settings.gradle Android: finally taught AndroidStudio where the SVN root directory is 2018-03-10 17:35:00 +00:00

Hello Android

Hello Android is an FLTK sample app that derives from the Android Studio sample project Native Plasma. This sample uses Android Studio 3 and CMake.

Pre-requisites

  • Android Studio 3.0+ with NDK bundle.

Getting Started

  1. Download Android Studio
  2. Launch Android Studio.
  3. Open the IDE directory inside the FLTK directory.
  4. Open the Android Studio project by loading the AndroidStudio3 directory.
  5. Click Run/Run 'app'.

Support

If you've found an error in these samples, please file an issue. Patches are encouraged, and may be submitted via the same FLTK Bug & Feature system.

Please visit the FLTK Forum for additional help.

License

FLTK is provided under the terms of the GNU Library Public License, Version 2 with exceptions that allow for static linking.

Android Shell

List of short little helpers:

am start -n org.fltk.android_hello/android.app.NativeActivity
am force-stop org.fltk.android_hello

stop
setprop libc.debug.malloc 10
// setprop libc.debug.malloc.program org.fltk.android_hello
setprop libc.debug.malloc.options "guard fill"
start