I have two .apk files i want to merge them and make one .apk file. can it possible to merge two .apk files and make one .apk file and get thair functionality???
Asked
Active
Viewed 1.5k times
-1
-
1I don't think it's possible. – M D Apr 01 '16 at 07:05
-
Maybe this one also helps you http://stackoverflow.com/questions/15149805/bundle-two-apk-into-a-single-apk – Tano Apr 01 '16 at 07:09
-
Go through this link. http://stackoverflow.com/questions/15149805/bundle-two-apk-into-a-single-apk – Sam Apr 01 '16 at 08:08
1 Answers
0
Perfect solution: Reference
It depends on your definition of application
. You cannot install 2 applications if you use the more official definition, as you can have only 1 in your manifest.xml
You can define several activities in your manifest.xml
, and they can do seperate things, so in that way YOU CAN have 2 things a person might describe as application
in one APK
Just define multiple activities and use those could be defined as an option, but it depends on your definition of application
, but in this case I'd say it would work.

Community
- 1
- 1

Android Geek
- 8,956
- 2
- 21
- 35