views:

90

answers:

2

A beta tester of mine has a Asus eee pc 701 running Android 2.0 and he is trying to install an app on it from my web site. He is able to download the app but is getting a "Parse Error: There is a problem parsing the package" error. I don't really know if this problem is with the eee pc or with the apk since he is the first person to try to install it. I built it for 2.0, the manifest has 5 as the minimum API level and I used Eclipse to export and sign it. But this is my first Android app and he is the first to try to install it, so I am not sure what the problem might be? Could just be the Android implementation too. Here is a site about putting Android on the Asus: http://www.liliputing.com/2009/01/how-to-built-google-android-for-the-asus-eee-pc-701.html

Any thoughts on what I might try to get this app installed on his machine?

A: 

The website you mention is old. I suggest http://www.android-x86.org/getsourcecode.

softgeek
A: 

It downloads and installs fine on the Nexus One. But I need this particular tester to get it to work on his eee PC if possible.

Don