Could someone tell me where I\'m doing wrong? These are the steps that I have followed:
Downloaded the adt-bundle-windows from android developer website
Use this example:
http://javacv4android.blogspot.com.br/2014/02/how-to-import-javacv-libraries-to.html
later in OnCreate:
try {
FrameGrabber grabber2 = new FFmpegFrameGrabber(Environment
.getExternalStorageDirectory().getAbsolutePath()
+ "/TESTE/spell.mp3");
String t = "!";
grabber2 = null;
} catch (Exception e) {
e.printStackTrace();
}
if don't exist error, it's ok =)
Sorry for my english