The unaligned apk is just an intermediate apk. First, the unaligned apk is generated. Then, the unaligned apk gets aligned and produces the aligned apk which is the app-debug.apk. You can read more about it over here.
I'm developing an android app with the Android Developer Tool.
Now I tried the new Android Studio, everything works fine if connect my smartphone with the pc and directly run the program in the Android Studio.
But now I want …
Trying to install app on real device following instructions:- http://developer.android.com/tools/device.html. At end Android Studio giving error:
Session 'app': Error Installing APK
I guess the problem probably can be in my android device(it …