Android: moved include files as well
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12712 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
3ed5e71da7
commit
1e96cc6b2f
@ -23,11 +23,17 @@ AndroidStudio for the first time, use the IDE to download and build the
|
||||
FLTK will be installed. Once Native Plasm runs on your emulator or physical
|
||||
device, you are ready to install FLTK.
|
||||
|
||||
Open the Android/HelloAndroid directory in AndroidStudio. The project should compile and run out of the box.
|
||||
- if your host machine runs MSWindows, unzip the file
|
||||
"ide/AndroidStudio3/gradlew.zip" first
|
||||
|
||||
- open the "ide/AndroidStudio3/" directory as a project in AndroidStudio
|
||||
|
||||
- click "run"; the project should compile and run out of the box
|
||||
|
||||
|
||||
DOCUMENT HISTORY
|
||||
==================
|
||||
|
||||
Mar 6 2018 - matt: moved project to ide/AndroidStudio3/
|
||||
Mar 2 2018 - matt: rewriting Android port and documentation from scratch
|
||||
Feb 9 2016 - matt: recreated document with more warnings and active support
|
||||
|
@ -29,7 +29,7 @@ add_library(android-hello SHARED
|
||||
|
||||
target_include_directories(android-hello PRIVATE
|
||||
${FLTK_DIR}/
|
||||
${FLTK_DIR}/Android/)
|
||||
${FLTK_DIR}/ide/AndroidStudio3/)
|
||||
|
||||
# Export ANativeActivity_onCreate(),
|
||||
# Refer to: https://github.com/android-ndk/ndk/issues/381.
|
||||
|
Loading…
x
Reference in New Issue
Block a user