package com.android.helo;
import android.app.Activity;
import android.os.Bundle;
public class AppHelo extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}
Segui todos os passos, e sempre que tento rodar surge esse erro:
[2009-02-18 10:31:42 - ProjetoAndroid] ------------------------------
[2009-02-18 10:31:42 - ProjetoAndroid] Android Launch!
[2009-02-18 10:31:42 - ProjetoAndroid] adb is running normally.
[2009-02-18 10:31:42 - ProjetoAndroid] Could not find ProjetoAndroid.apk!
Alguem sabe resover isso?
Obrigado!