Hi Guillaume,

If your App is pure HTML/JS App, you can try the command as below to generate 
your “final version” of App:
./make_apk.py –manifest=YOUR_MANIFEST_PATH –name=app –pacakge=com.company.app
You don’t need to copy your source files to another place and also don’t need 
to change the AndroidManifest.xml or java files manually, the “make_apk.py” 
will auto-generate them according to your settings.

Regards,
Peter Wang



From: Crosswalk-help 
[mailto:[email protected]] On Behalf Of 
Guillaume Lepinay
Sent: Monday, August 25, 2014 5:01 AM
To: 
[email protected]<mailto:[email protected]>
Subject: [Crosswalk-help] How to rename the package name and the application 
name safely

Hello every one,

I'm creating an application and I have a "dev" version that connects a testing 
server dedicated for the test. The app is nammed "AppDev" and its package is 
com.company.dev.app

Now I would like to create the final version of this app. I copied the existing 
app to another folder, and since I would like to run the dev app and the final 
app, I would like to rename the package and app name for the new copied app.

How can I rename the package (from com.company.dev.app to com.company.app) and 
the app name (from AppDev to App) ?

I think I can changed some details in AndroidManifest.xml, and rename the 
folders in src to match the new package... but I think it's not enough because 
after that my app crashes...

Thank you for your help about this.

​Regards
,
Guillaume
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to