Commit Graph

20 Commits

Author SHA1 Message Date
Gerry
3a94e115ce Update build scripts to Studio 3.5.2 version (#672) 2019-12-02 18:05:57 -08:00
Gerry
f02e0e9724 Update build script to version 3.3.1 (#622) 2019-02-22 13:58:26 -08:00
Gerry
2e0594d970 Revert "Update build script to version 3.3.0" (#616)
* Revert "Sample: display-p3 (#614)"

This reverts commit 71fd1a1601.

* Revert "Update build script to version 3.3.0 (#612)"

This reverts commit 2464cf2943.
2019-01-29 17:55:35 -08:00
Gerry
2464cf2943 Update build script to version 3.3.0 (#612) 2019-01-14 18:40:31 -08:00
Gerry
8132651aba Samples: try google() maven repo before using jcenter() (#593)
necessary for teapot sample with new version of Android gradle plugin
2018-10-31 20:01:33 -07:00
guanghuafan
19af5fe397 clean-up gradle scripts: leave teapot samples as detailed example,
cleaning the rest to use default and recommend settings

Change-Id: I81d49ff0ca411bd923d2b9cd01481a20642e8a64
2017-12-19 14:49:39 -08:00
guanghuafan
982fe0ea3f Update CMake build to Android Studio 3.0.0 2017-11-28 16:31:55 -08:00
guanghuafan
a9b96b9e2e Update minSdkVersion/NDK to 14 2017-07-24 20:51:27 -07:00
guanghuafan
a748044c71 workaround ASensorManager_getInstance() deprecation issue in NDK-r15 2017-07-11 11:32:15 -07:00
Adithya J
38220c3dae Update SDK Version to 25 2017-02-05 20:21:43 +05:30
Tamas Berghammer
00edde0c2d Cleanup the cmake build files
* Uniformalize the syntax used for the different projects
* Remove the usage of "glob" expressions
* Sort file lists to alphabetical order
* Replace uses of include_directories with target_include_directories
* Move some of the logic to subdirectories
* Remove a copy of native app glue
2016-10-05 15:09:11 -07:00
Jiawen Chen
ca59693a6c Set event rate after enabling sensor so it takes effect.
The NDK documentation was not clear, but you are supposed to set the event rate
on an ASensorEventQueue only after enabling its associated sensor. It also needs
to be re-set after re-enabling the sensor. Without it, events arrive at some
"default rate" (quite slowly on some devices).
2016-09-15 09:33:09 -07:00
guanghuafan
a550ca9b3a Merging master-ndkbuild branch into cmake branch
source code are shared with cmake's copy
  two-libs and test-libstdc++ are not shared with cmake
also consolidated Teapots project into one projects called teapots:
  Teapot
  MoreTeapots
  choregrapher-30fps (has its own ndk-helper code)
2016-08-25 12:46:25 -07:00
guanghuafan
1cae952643 Prepare version update change for code review 2016-08-22 23:26:13 -07:00
guanghuafan
3856be5d00 Update build to android studio/gradle version 2.2.0-beta1 2016-08-22 16:53:20 -07:00
guanghuafan
d9b2262a42 update to Android 2.2-alpha5 2016-06-30 21:51:48 -07:00
guanghuafan
1513a7f228 Update to android studio preview 4 with cmake support 2016-06-23 17:03:15 -07:00
guanghuafan
1aaccfa48e Add a few more samples:
audio-echo
   bitmap-plasma
   MoreTeapot
   choreographer
   gles3jni
   hello-gl2
   native-audio
   native-codec
   native-media
   native-plasma
   san-angeles
   sensor-graph
2016-06-07 23:25:54 -07:00
guanghuafan
b2e30e055d Porting samples to android-cmake 2016-05-24 13:33:58 -07:00
guanghuafan
84a9fee0f4 Rename app name to accelerometer 2016-05-10 17:59:34 -07:00