Matthew Waters
5441a572d9
tutorials/android: Update for NDK r18 changes
...
libc++_shared needs to be enabled in the application in order for it to
be included and used correctly for c++ plugins.
Only symbols from libraries explicitly mentioned are exported from
libgstreamer_android.so so we need to add a couple of deps to be able to
access the necessary functions.
Requires
https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/31
https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/1
2018-11-30 09:27:25 +00:00
H1Gdev
23b989838d
Android tutorials: 'compile' and 'testCompile' configurations are deprecated
...
Replace new configuration.
- 'compile' -> 'implementation'
- 'testCompile' -> 'testImplementation'
https://bugzilla.gnome.org/show_bug.cgi?id=797093
2018-09-07 11:49:01 +03:00
H1Gdev
20d9fe541c
Android tutorials: Run 'android-tutorial-1' error on Android Studio
...
If Run 'android-tutorial-1' on Android Studio then property 'compileReleaseJavaWithJavac' does not exist.
So add property 'compileReleaseJavaWithJavac' check.
Fix android-tutorial-1 - android-tutorial-5.
https://bugzilla.gnome.org/show_bug.cgi?id=797070
and Replace indent from tab to space.
2018-09-07 11:48:51 +03:00
Mathieu Duponchelle
82dd7c3215
Android tutorials: add gradle build system
...
https://bugzilla.gnome.org/show_bug.cgi?id=796570
2018-06-14 17:25:18 +02:00