"The icon path specified by the manifest is not in the apk."

WHEN UPLOADING ERROR
to android market,
You should set icon image to your app.

To do so,
for example,

AndroidManifest.xml;
~
    <application
        android:icon="@drawable/icon"
        android:label="@string/app_name">
~

Write like this.
And put
icon.png
at 
res/drawable/