The solution is easy. All You need is to locate AVD directory and modify params […]
Wrong source code preview while debugging app?
Check out what version of compileSdkVersion is set in Your project gradle app file. Run […]
SQlite – enable log events and see it in logcat
Create .bat file with commands provided below: adb shell setprop log.tag.SQLiteLog V adb shell setprop […]
Change time in genymotion emulator – simple java app
I made app in executable jar java file for setting time in genymotion emulator. Here […]