Hi

I am adding search suggestion in my application. When i ran only
AoiDemos/searchInvoke application, its worked fine. But when i am
added the same code in my application its giving below error when
starting application.

009-08-15 13:12:26 - MyApplication] Installing MyApplication.apk...
[2009-08-15 13:12:38 - MyApplication] Application already exists.
Attempting to re-install instead...
[2009-08-15 13:12:54 - MyApplication] Installation error:
INSTALL_FAILED_CONFLICTING_PROVIDER
[2009-08-15 13:12:54 - MyApplication] Please check logcat output for
more details.
[2009-08-15 13:12:55 - MyApplication] Launch canceled!

When i remove the below code from AndroidManifest.xml, application is
lannching fine.

<provider android:name=".search.SearchSuggestionSampleProvider"
an.droid:authorities="com.example.android.apis.SuggestionProvider" />

Can someone please help me how to resolve this issue?
Thanks in advance.

Thanks & Regards
Venkat

--~--~---------~--~----~------------~-------~--~----~
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