Android sur NetBeans Ubuntu
Bonjour tout le monde. je viens de terminer l'installation d'Android sur Netbeans, Ubuntu et quand je lance sans rien modifier et il y a une erreur!
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| package com.donze;
import android.app.Activity;
import android.os.Bundle;
public class MainActivity extends Activity
{
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
} |
et le message d'erreur est le suivant:
Citation:
/home/rajaonah/Downloads/AndroidApplication1/build.xml:90: The following error occurred while executing this line:
/home/rajaonah/Downloads/program/android-sdk-linux/tools/ant/build.xml:284: Le type d'élément "dex" doit être suivi des spécifications d'attribut, ">" ou "/>".
Merci.