Mahdi Zareei
Mahdi Zareei
Hello my friend , i write a application that edit my (release)apk file , but when i edit it , it can not install in mobile , this problem related...
Hello, my friend I mixing two music with this code, //*************************************************** public void mix(Context context, String firstFile, String secondFile, String finalFile) { File finalAudio = new File(finalFile); String[] command =...
Hi, when I want to load a file in API 21 (android 5) I'm getting following error but in API 34 its ok, thanks in advance to helping me. java.lang.NoSuchMethodError:...