summaryrefslogtreecommitdiff
path: root/ide/AndroidStudio3/README.md
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-05 23:17:51 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-05 23:17:51 +0000
commit3ed5e71da71e50849eb9e2c3244e843bc5e38a05 (patch)
tree245443359440a9b9927660e5a48b388bce0ce820 /ide/AndroidStudio3/README.md
parentb47db80af359e5ab3b2188573cbf42ee439a2be7 (diff)
Android: moved to IDE directory.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12711 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/AndroidStudio3/README.md')
-rw-r--r--ide/AndroidStudio3/README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/ide/AndroidStudio3/README.md b/ide/AndroidStudio3/README.md
new file mode 100644
index 000000000..73bbbc4e9
--- /dev/null
+++ b/ide/AndroidStudio3/README.md
@@ -0,0 +1,30 @@
+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](https://developer.android.com/ndk/) bundle.
+
+Getting Started
+---------------
+1. [Download Android Studio](http://developer.android.com/sdk/index.html)
+1. Launch Android Studio.
+1. Open the Android directory inside the FLTK directory.
+1. Open the AndroidStudio project by loading the HelloAndroid directory.
+1. Click *Run/Run 'app'*.
+
+Micrososft Windows Users
+------------------------
+The file 'gradlew.zip' must be unzipped before you can use AndroidStudio. It contains the required file 'gradlew.bat'. This was neccessary because some svn setups block anything that looks like an executable file, including files that end in .bat .
+
+Support
+-------
+If you've found an error in these samples, please [file an issue](http://www.fltk.org/str.php). Patches are encouraged, and may be submitted via the same FLTK Bug & Feature system.
+
+Please visit the FLTK [Forum](http://www.fltk.org/newsgroups.php) for additional help.
+
+License
+-------
+FLTK is provided under the terms of the [GNU Library Public License, Version 2 with exceptions](http://www.fltk.org/COPYING.php) that allow for static linking.