Trying to install app on real device following instructions:- http://developer.android.com/tools/device.html. At end Android Studio giving error:
Session \'a
Try using a different version of Gradle(stable version). To summarize:
just press Build button from menu bar and then press build app wait for it finished then press build APK and then run your emulator, it will work
I fixed my issue, simply by using :
Build->Clean Project
then
Build->Rebuild Project
Go to avd manager and click on Wipe Data of the device you want to run. Worked for me. The size of device on disk will reduce after wiping the data. I hope it helps someone.
Uninstall the app, and re-install and it should work!
Just rebuild and clean project, then run project.