javascript - What does APK file do? -
this question has answer here:
- what inside android apk file 3 answers
i have made few apps android in html , javascript , when convert apk file, put on mobile phone installs real app. happens app made in java when extract too... according answers of question what inside android apk file seems me unzips project. questions are:
- what apk file do?(how work)
- is possible programmatically create 1 without using other programmes or using notepad only
i'm looking forward answers :)
an apk zip file contain encoded manifest (xml), code binary (dex), images (png, gif) , layout (xml) resources, , few other misc things. yes can produce package hand far easier use available development tool it.
Comments
Post a Comment