When i run my apps on API 8 then it run fine.But when i run my apps on API 10 then it get unexpected error & automatically my app closed.Please check my mainfest file.or please suggest me any other permission required.
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.god.india" android:installLocation="preferExternal" android:versionCode="1" android:versionName="1.0"> <uses-sdk android:maxSdkVersion="10" android:targetSdkVersion="8" android:minSdkVersion="8"/> <uses-feature></uses-feature> <application android:icon="@drawable/i_c" android:theme="@style/ris" android:label="@string/app_name"> <activity android:name=".india" android:label="@string/app_name"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name=".list_chalisa"></activity> <activity android:name=".sivinfo" ></activity> <activity android:name=".hanumanji"></activity> <activity android:name=".ganesh_code"></activity> <activity android:name=".sara_code"></activity> <activity android:name= ".durga"></activity> <activity android:name=".Sai_chalisa"></activity> <activity android:name=".sani_code"></activity> <activity android:name=".Gayatri_gi"></activity> </application> </manifest> -- 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

