bobcgausa wrote:
> I implemented an extension to NotePad that I was ready to post to the
> Apps Market.
> On upload, I got "package already used by another".
> 
> Right-clicked com.example.android.notepad
> Selected Refactor/Rename and changed to com.example.android.notepad2
> 
> Changed all references from notepad to notepad2
> 
> However, on tapping Add Note I get a Force Close
> Only names in import lists were changed
> 
> I think it has something to do with e Manifest but I have no idea
> what.
> 
> Any help appreciated

You should find a Java stack trace in LogCat to help explain the "Force
Close". You can get to LogCat via adb logcat, DDMS, or the DDMS
perspective in Eclipse.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Need Android talent? Ask on HADO! http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to