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:

enter image description here

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

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -