• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Parsing Error???

l4nce0

Newbie
May 27, 2010
16
0
Hah of course, the programming forum.. of course...
Anyways I'm having an issue.

I'm trying to install my application. I originally wrote it in 2.2, and thus I failed to get it on my phone. I went back changed it in settings to 2.1 and 2.1 update. I pushed it with email, drop box and then tried andexplorer. Each time I try to install it, it fails!! I get a parse error, there is a problem parsing the package. . . Any ideas? The solutions online did not solve my issue


Code:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="jim.convereter"
      android:versionCode="1"
      android:versionName="1.0">
    <application android:icon="@drawable/icon" android:label="@string/app_name">
        <activity android:name=".convert"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

    </application>
    <uses-sdk android:minSdkVersion="8" />

</manifest>
I was told you might need the web permission in the manifest, but I'm not really sure how to do that.
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones