Configuration : Eclipse for Android Developper - jre1.7 - Windows 8 (:s) -
I'm developing a small application that lists all the applications present/ installed on the android device. But I am getting the below error while I'm trying to run the code.
[2013-03-09 16:10:34 - XXX] Installation error: INSTALL_PARSE_FAILED_BAD_SHARED_USER_ID
[2013-03-09 16:10:34 - XXX] Please check logcat output for more details.
[2013-03-09 16:10:34 - XXX] Launch canceled!
Please can any one help me to sort out this error.
android:sharedUserIdin your manifest? If so, why? - CommonsWaresharedUserIdcausesINSTALL_PARSE_FAILED_BAD_SHARED_USER_ID? As per the docssharedUserIdis required if two apps want to access each other's data - Tarunsignature-level permission. - CommonsWare