0

I have developed an application in which used punjabi text.But when i try to install the appliation in my android device which is "samsung galaxy pop" .My application doesn't get installed.It shows the message "There is a problem in parsing the package." Please can anyone help me to resolve the problem.

Thanx in Advance

aioobe
  • 413,195
  • 112
  • 811
  • 826
Avi Kumar
  • 4,403
  • 8
  • 36
  • 67

1 Answers1

4

Add following code in Manifest file

<uses-sdk android:minSdkVersion="1" />
David
  • 2,103
  • 3
  • 21
  • 29