开发者

My .Apk is work in simulator but not working in Android mobile?

开发者 https://www.devze.com 2023-03-01 01:41 出处:网络
Hay geek guys ... really i am facing this type problem first time.. My app is working good in simulator but not working in Galaxy 5..

Hay geek guys ... really i am facing this type problem first time..

My app is working good in simulator but not working in Galaxy 5.. i a开发者_开发问答m getting Package Parsing error ..i don't know what this error i am getting

help me to solve out ...

Thanks in advance


This is issue caused to variation SDK versions.

I think Galaxy 5 runs OS 2.1 and your sdk target your project might be 2.2 or above..

Try setting the <uses-sdk android:minSdkVersion="4" /> in your manifest file of the project.


As Jana said. this may be sdk version problem. But what i think is you have not signed your app. Please check this http://developer.android.com/guide/publishing/app-signing.html

0

精彩评论

暂无评论...
验证码 换一张
取 消