Page 1 of 1

compile vlc for KitKat

Posted: 27 Sep 2015 18:43
by dprh
Hello,
With some difficulty I managed to compile VLC for android.
But the compiled version targets android 6.0 by default.
When I modify target to SDK 19.1 in gradle.build I get compilation missing symbol errors like:

Code: Select all

java:26: error: cannot find symbol import android.media.AudioAttributes;
Do I have to get different .java sources for API 19?

Re: compile vlc for KitKat

Posted: 02 Oct 2015 22:53
by dprh
In fact there's no need to compile specifically for Android 4.4, build with the latest SDK works.
I was misleaded because Android Studio didn't launch the app when it got generated. Looks like a bug on Linux version...