How Android app runs on Android mobile?

Asked 7 years ago
Viewed 434 times

1

How Android app runs on Android mobile?


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. 

answered 7 years ago by Prateek sharma

Your Answer