I compiled the latest VLC for Android successfully on Ubuntu. Imported the project to android studio.
I put break points here and there. But When I try to run the debug seession I'm getting Failure [INSTALL_FAILED_OLDER_SDK]
Here is more complete output:
I'm using phone with android 4.3Waiting for device.
Target device: sony-c5303-YT910GDRZS
Uploading file
local path: /home/natasha/android/android/vlc-android/build/outputs/apk/VLC-Android-CHROME-1.1.6-ARMv5.apk
remote path: /data/local/tmp/org.videolan.vlc.debug
Installing org.videolan.vlc.debug
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/org.videolan.vlc.debug"
pkg: /data/local/tmp/org.videolan.vlc.debug
Failure [INSTALL_FAILED_OLDER_SDK]
Configuration for min sdk and target sdk are default I didn't change it and it looks good: min is 7 target 21.
I can't figure out how to overcome this,please assist.