简体   繁体   中英

how can generate apk file from installed android application?

Hi android developers I got an issue from android development. Actually one android app I installed in my mobile successfully it is installed. But I want my apk file from installed app. How can I get suggest me thanks!!

All installed APKs are located in /data/app/ , but you can see this if you have rooted device

If you don't wants to root your device then there are many application available in market such as MyAppSharer

MyAppSharer is available on google play store.

Download MyAppSharer

The APKs will goes in /sdcard/MyAppSharer

Here is the solution. First there are two types of application in android devices

  1. Default application (ie installed by manufacture)
  2. From third party app(ie from play store etc)

If you want apk of the third party application connect your android device in your computer and launch android studio. Open Device File Explore --> data -->app . Right click on the apk you want and save it on your local device(ie computer); 在此处输入图片说明

For the default app which installed by manufacture repeat the previous procedure but in this step go to Device File Explore --> system -->app. Right click on apk you want and save it.

升

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM