How to open a copy of a Android project with a different name? -
i'm newbie in android development , in android studio , made basic project of calculator , want modify same project. have original project named "calculator" , copy named "calculator2". when run project message:
this complicated me because in apis click in import example , have same project different name. in android seems bit more different.
you've got 2 different projects, never changed name. phone still thinks it's same app. it's telling you need uninstall app calculator install app ran calculator2. pressing ok should work.

Comments
Post a Comment