This is a migrated thread and some comments may be shown as answers.

Multiple android apps from the same project

1 Answer 84 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
fenix2222
Top achievements
Rank 2
fenix2222 asked on 17 Feb 2014, 09:56 PM
We are using the same project code with different configurations to create 3 apps. Basically AppBuilder project is the same, then we just change seeome css styles, images and some API connections and build it as 3 separate apps. For Android we have an issue. When we manually install 1 app, other apps cannot be installed. I get "Application not installed error on android". Once it is uninstalled, installation of another app succededs. I guess ID needs to changes somewhere. iOS works fine as I build it using 3 separate provision profiles. I changed app name for each app in manifest file (see attached) and also create a unique id in properties->general.PLease help

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 19 Feb 2014, 09:00 AM
Hi,

I've already answered your inquiry in the support ticket you've opened on the same matter. After looking at your projects, the problem seem to be comming from jshybugger which requires unique authority name for each app. Modify the provider tag inside AndroidManifest.xml as follows and reinstall the app:

Copy Code
<provider android:name="org.jshybugger.DebugContentProvider"
    <!-- choose unique authority name for multiple apps on one device -->
    android:authorities="my.package.name.jshybugger" ...

Regards,
Steve
Telerik
Icenium is now Telerik AppBuilder, and is part of the Telerik Platform. For more information on the new name, and to learn more about the Platform, register for the free online keynote and webinar on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT)
Tags
General Discussion
Asked by
fenix2222
Top achievements
Rank 2
Answers by
Steve
Telerik team
Share this question
or