Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I installed all packages of eclipse. I install all latest sdk.. but what is problem didn't understand...pls help me
My android app running on 2.3.1 but not runining on 4.0.1????

C#
this is my manifest file


package="com.sumanabh.erp"
android:versionCode="4"
android:versionName="1.1" >


android:minSdkVersion="4"
android:targetSdkVersion="17" />
Posted
Updated 7-Feb-14 17:03pm
v3
Comments
Ahmed Bensaid 7-Feb-14 6:30am    
Can we see your manifest file ?
rhl4569 7-Feb-14 6:58am    
this is my manifest file inserted in solution
Ahmed Bensaid 7-Feb-14 8:22am    
You should add the manifest file in your question with the Edit button ...
Ahmed Bensaid 7-Feb-14 8:37am    
Do you have logcat of the error ?
Xiao Ling 8-Feb-14 2:51am    
Have you used any deprecated API or implemented any native library xxx.so?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900