开发者

blackberry install an application twice

开发者 https://www.devze.com 2023-04-12 10:13 出处:网络
I developed a Blackberry app and want to install it twice, as two separate apps, on the same device. I want the exact same app installed again, but the second installation should not overwrite the fir

I developed a Blackberry app and want to install it twice, as two separate apps, on the same device. I want the exact same app installed again, but the second installation should not overwrite the first one.

Which setting identi开发者_运维技巧fies the BlackBerry app? Is it in the AppDescriptor?


In Eclipse, when editing the Application Descriptor, go to the 'build' tab. There is a field for the "Output file name". That filename distinguishes apps from one another.

However, you will run into another problem, as your second installation will collide with the first one, as all the java classes have the same packages and names. So you will need to use something like jarjarlinks to tweak the package names a little bit before installing the second app.

0

精彩评论

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

关注公众号