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;