How to install APKs (XAPK) #33
Unanswered
supersuphot
asked this question in
Q&A
Replies: 1 comment 2 replies
-
To install the app from multiple APK files, ensure you have ADB installed and USB debugging enabled on your device. Connect your device to your computer and use the following commands to push and install the APKs: adb push base.apk /sdcard/ This will install all APK files together, allowing the app to function properly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use command to get apk but I got 3 of them
android-unpinner get-apks com.shopee.th .\shopee
Output files:
I try unpinner the base.apk only but when it install on device it can't open.
How can I do unpinned and intall these files it to my device.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions