2018-03-02 19:30:45 +03:00
|
|
|
README.Android.txt - Building and using FLTK with Android Studio 3
|
|
|
|
------------------------------------------------------------------
|
2016-02-10 00:54:38 +03:00
|
|
|
|
|
|
|
|
2018-03-02 19:30:45 +03:00
|
|
|
WARNING: FLTK FOR ANDROID IS WORK IN PROGRESS IN A PRETTY EARLY STAGE.
|
2016-02-10 00:54:38 +03:00
|
|
|
|
|
|
|
|
|
|
|
CONTENTS
|
|
|
|
==========
|
|
|
|
|
2018-03-02 19:30:45 +03:00
|
|
|
1 Building FLTK with Android Studio 3
|
|
|
|
2 DOCUMENT HISTORY
|
2016-02-10 00:54:38 +03:00
|
|
|
|
|
|
|
|
2018-03-02 19:30:45 +03:00
|
|
|
BUILDING FLTK SAMPLE WITH ANDROID STUDIO 3
|
|
|
|
============================================
|
2016-02-10 00:54:38 +03:00
|
|
|
|
2018-03-02 19:30:45 +03:00
|
|
|
There is no need to ever write a single line of Java.
|
2016-02-10 00:54:38 +03:00
|
|
|
|
2018-03-02 19:30:45 +03:00
|
|
|
Download and install AndroidStudio on your developer machine. If you use
|
|
|
|
AndroidStudio for the first time, use the IDE to download and build the
|
|
|
|
"Native Plasm" sample app. In the process, all resources required to build
|
|
|
|
FLTK will be installed. Once Native Plasm runs on your emulator or physical
|
|
|
|
device, you are ready to install FLTK.
|
2016-02-10 00:54:38 +03:00
|
|
|
|
2018-03-02 23:57:02 +03:00
|
|
|
Open the Android/HelloAndroid directory in AndroidStudio. The project should compile and run out of the box.
|
|
|
|
|
2016-02-10 00:54:38 +03:00
|
|
|
|
|
|
|
DOCUMENT HISTORY
|
|
|
|
==================
|
|
|
|
|
2018-03-02 19:30:45 +03:00
|
|
|
Mar 2 2018 - matt: rewriting Android port and documentation from scratch
|
2016-02-10 00:54:38 +03:00
|
|
|
Feb 9 2016 - matt: recreated document with more warnings and active support
|