Hi, everyone, I have to change a app's package name for different
market.

But after I changed the app's package name, when I start the app, it
shows this message:

"The Application(process com.AAA.BBB) has stopped unexpectedly, Please
try again."

The original packname is COM.AAA. I have changed all the package name
within the java files and there is no error in the java files.

The way I used is :

1. To modify the package name in the AndroidManifest.xml.
2. To change the folder name of src/com.AAA to src/com.AAA.BBB

So How can I solve this problem ... thank you all so much...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to