ScreenRecorder-for-Android
ScreenRecorder-for-Android copied to clipboard
filepath wrong
https://github.com/Leandros/ScreenRecorder-for-Android/blob/develop/ScreenRecorderforAndroid/src/main/java/de/skilloverflow/screenrecorderforandroid/MainActivity.java#L185
Environment.getExternalStorageDirectory() isn't working on devices like Nexus 10 where there is no external card. refer: http://stackoverflow.com/questions/5694933/find-an-external-sd-card-location
Simply using "sdcard" is working there.
Tested: Nexus 10 (no sdcard) Galaxy S2 (sdcard)