开发者

How to install an app I write twice?

开发者 https://www.devze.com 2023-01-20 23:18 出处:网络
I need to have both earlier and later versions of App I write in Eclipse. What do I need to change (activity name?) to upload new version开发者_运维百科 of the app to my phone without overwriting the

I need to have both earlier and later versions of App I write in Eclipse. What do I need to change (activity name?) to upload new version开发者_运维百科 of the app to my phone without overwriting the old one? Any fast way to do it?


The package name in the manifest identifies the application (see here). So you also need to change the package name.


Change the app name in your manifest file.

0

精彩评论

暂无评论...
验证码 换一张
取 消