If I have an app A (that has a UI etc) that uses another app B (that provides a service for A to use), and both are developed by me, would the user have to download both apps? Or is it possible to have installing A automatically include B? Or maybe have it all happen as one process? I need to have two apks because I've surpassed the 65k method call limit. Thanks!
Asked
Active
Viewed 70 times
0
-
Have you seen this: http://stackoverflow.com/questions/15471772/how-to-shrink-code-65k-method-limit-in-dex ? – Than Jul 10 '14 at 00:40
-
@Than Yes, but thanks for pointing it out. – Julian A. Jul 10 '14 at 00:56