-1

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???

Shahryar Aziz
  • 33
  • 1
  • 1
  • 7

1 Answers1

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