Richard P Member Licensed User Longtime User Nov 9, 2014 #1 As I develop new skills (just a couple of weeks in as a newby) I am building on the same app. Is there a way to copy an app with a new file name and build on the new one, keeping the original - like 'save as' on windows? Thanks
As I develop new skills (just a couple of weeks in as a newby) I am building on the same app. Is there a way to copy an app with a new file name and build on the new one, keeping the original - like 'save as' on windows? Thanks
D Dman Active Member Licensed User Longtime User Nov 9, 2014 #2 File/Export as Zip and rename it. Be sure and change the package name if you don't want to overwrite the original on your device. Upvote 0
File/Export as Zip and rename it. Be sure and change the package name if you don't want to overwrite the original on your device.