Android application on device -


i wrote application , installed on tablet. needed create other application other features. changed first application name , changed part of codes. when installed new app on tablet deleted first application in words overwrites first app. find way (to change main package name too) don't want it. have idea how avoid kind of situation?

you need change application package name if want android recognize different app. android's internal logic same package name = same app, , installing 1 replace other.

then again, don't see why changing package name painful. it's idea use different package names different apps. don't need change package names classes inside app, though.

when changing package name in eclipse, sure use android tools > rename application package menu. editing androidmanifest.xml not work , give weird effects (a lesson painfully learned). eclipse guide through , make necessary adjustments code.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -