cordova - How can I build multiple android apps from the same project -
We are using teleed appbuilders that are built on the top of phonegap. We are using the same project code with different configurations to create 3 apps Actually the appbuilder project is the same, then we just change the CSS styles, images and some API connections and make it as 3 separate applications. We have a problem with Android when we manually install 1 app, other apps can not be installed. I do not have an error on "Application Android", after uninstalling it, the installation of another app is successful. I think that the id needs to be changed elsewhere. IOS works fine because I want it to have 3 different provision profiles I created the app by changing the name of the app for every app in the manifest file and also created a unique app id in Project Properties-> General. I also tried hard-coding "package" assets of the manifest tag in the manifest file to ensure that it is unique DB name is common for all apps, I wonder if it makes a difference? I think the issue is with signing, it seems that this is the only app.
As I've seen the projects, the problem is using jshybugger in all apps. Although it is necessary for you to specify the unique authority name for each app i.e. the provider tag should be changed as follows and under AndroidManifest.xml, and restore the app:
Comments
Post a Comment