vendredi 4 juillet 2014

Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED eclipse


Vote count:

0




I'm doing the first app you make for the android developer website. only today I got an Error when trying to run my app, which is trying to be ran on a htc evo 4g. My layout is



<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://ift.tt/nIICcg"
xmlns:tools="http://ift.tt/LrGmb4"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal" >


<EditText android:id="@+id/edit_message"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="@string/edit_message" />

<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_send" />

</LinearLayout>`


My manifest is `



<EditText android:id="@+id/edit_message"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="@string/edit_message" />

<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_send" />

</LinearLayout>

</manifest>`


asked 28 secs ago






Aucun commentaire:

Enregistrer un commentaire