Here is the market link:
https://market.android.com/details?id=processing.android.test.e1v1_0
Im not sure whats causing the problem but I tried both my HTC desire S and my galaxy tab and on both it shows as an installed package but the app icon doesn’t appear.
anyone have any ideas? cheers
Heres the manifest!
Ok!
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="processing.android.test.e1v1_0" android:versionCode="1" android:versionName="1.0">
<uses-sdk android:minSdkVersion="7"/>
<application android:label="E1V1_0" android:icon="@drawable/icon" android:debuggable="true">
<activity android:name=".E1V1_0">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</activity>
</application>
</manifest>
Ok so I fixed this problem now:
heres how my manifest looks now…compiles properly with no errors.