Débutant Android erreur "HelloWorld] Could not find HelloWorld.apk!"
Bonjour,
je suis debutant avec android et j'executer ce programme
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| package fr.unice.android;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
public class HelloWord extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
TextView textView = new TextView(this);
textView.setText("Hello world !");
setContentView(textView);
}
} |
avec eclipse et ce donner cette erreur :HelloWorld] Could not find HelloWorld.apk!
[2011-02-10 08:51:21 - HelloWorld] Error generating final archive: Debug certificate expired on 22/05/10 12:10!