3

I just finished programming an android app. It's target version is 2.3.3, and I installed it on gingerbread, ice cream sandwich and jelly beans and works really fine. But when I tried installing it on a honeycomb cellphone, at the moment of installing the app it pops up an error telling me that theres some error parsing the app, What could have happened? The process I used is connecting the phone to my computer, and copying the .apk file into download folder. From the phone i open the folder and try to install it. I'm I doing something wrong?

Thanks!

Carlos Tirado
  • 297
  • 1
  • 5
  • 20
  • See [this](http://stackoverflow.com/questions/6946460/unable-to-install-app-on-honeycomb-3-2-it-gives-install-parse-failed-not-apk?lq=1). Could be your issue – Anirudh Ramanathan Jul 20 '12 at 05:45

1 Answers1

1

Actually you did not sign your app I think. To run the app , we have to sign our app . You can see these links:

http://developer.android.com/tools/publishing/app-signing.html

How to sign an android apk file

Community
  • 1
  • 1
Yogesh Somani
  • 2,624
  • 3
  • 21
  • 34