How Android app runs on Android mobile?

Asked 21-Jan-2018
Viewed 372 times

1 Answer


0

to run an android application on your android device you need to install the .apk file. .apk file is the Android application package file which contains the classes, layouts, etc in a compressed format which is installed directly on your mobile devices.

Play store contains all the apk file of the application which can be installed directly.