簡體   English   中英

AVD無法運行應用程序

[英]AVD can't run applications

我是一個新手,遇到了模擬器問題。基本上,每當我嘗試使用創建的新AVD在eclipse中運行程序時,應用程序就會崩潰/掛起並說“不幸的是,應用程序已停止” ...我嘗試了所有常見的清潔技巧重新啟動此處提到的許多線程,但均未成功。

以下是指向我的logcat的鏈接http://i59.tinypic.com/3342edd.png

這是指向我的控制台的鏈接http://i62.tinypic.com/vy1mj4.png

這也是我的logcat

02-22 22:51:52.460: D/AndroidRuntime(821): Shutting down VM
02-22 22:51:52.460: W/dalvikvm(821): threadid=1: thread exiting with uncaught exception (group=0xb3a6db90)
02-22 22:51:52.470: E/AndroidRuntime(821): FATAL EXCEPTION: main
02-22 22:51:52.470: E/AndroidRuntime(821): Process: com.simplytapp.example.singlecard, PID: 821
02-22 22:51:52.470: E/AndroidRuntime(821): java.lang.Error: Unresolved compilation problems: 
02-22 22:51:52.470: E/AndroidRuntime(821):  The import com.simplytapp.cardemu cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  The import com.simplytapp.cardemu cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  The import com.simplytapp.cardemu cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  The import com.simplytapp.cardemu cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  The import com.simplytapp.cardemu cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  The import com.simplytapp.oauth cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  The import com.simplytapp.virtualcard cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  The import com.simplytapp.virtualcard cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  The import com.simplytapp.virtualcard cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  CardEmu cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  Constants cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  Constants cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  Syntax error on token "U7Ls53wGtTCkQ5iHdRCJiHemTA1FP5wyi91Xc", delete this token
02-22 22:51:52.470: E/AndroidRuntime(821):  Constants cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  Syntax error on token "cfmOo4Lem8pZWAYRhKBtKmSNwk9MuyzYtOT6X", delete this token
02-22 22:51:52.470: E/AndroidRuntime(821):  Constants cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  st_oauth_callback_YOUR_APP_NAME cannot be resolved to a variable
02-22 22:51:52.470: E/AndroidRuntime(821):  Constants cannot be resolved
02-22 22:51:52.470: E/AndroidRuntime(821):  x cannot be resolved to a variable
02-22 22:51:52.470: E/AndroidRuntime(821):  oauthflow cannot be resolved to a variable
02-22 22:51:52.470: E/AndroidRuntime(821):  CardDetails cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  CardEmu cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  CardEmu cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  CardEmu cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The method onCreate(Bundle) of type SingleCardActivity must override or implement a supertype method
02-22 22:51:52.470: E/AndroidRuntime(821):  CardEmu cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The method setContentView(int) is undefined for the type SingleCardActivity
02-22 22:51:52.470: E/AndroidRuntime(821):  The method findViewById(int) is undefined for the type SingleCardActivity
02-22 22:51:52.470: E/AndroidRuntime(821):  CardDetails cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The method getIntent() is undefined for the type SingleCardActivity
02-22 22:51:52.470: E/AndroidRuntime(821):  The method getIntent() is undefined for the type SingleCardActivity
02-22 22:51:52.470: E/AndroidRuntime(821):  The method loadCards() is undefined for the type SingleCardActivity
02-22 22:51:52.470: E/AndroidRuntime(821):  The method getCardError(IOException, String) of type SingleCardActivity must override or implement a supertype method
02-22 22:51:52.470: E/AndroidRuntime(821):  CardEmu cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  VirtualCard cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  ApprovalData cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The method cardsLoaded(ArrayList<CardDetails>, boolean) of type SingleCardActivity must override or implement a supertype method
02-22 22:51:52.470: E/AndroidRuntime(821):  CardDetails cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  List<CardDetails> cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  CardDetails cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The constructor AlertDialog.Builder(SingleCardActivity) is undefined
02-22 22:51:52.470: E/AndroidRuntime(821):  The method startActivity(Intent) is undefined for the type new DialogInterface.OnClickListener(){}
02-22 22:51:52.470: E/AndroidRuntime(821):  Card cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  Message cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The method getHandler() is undefined for the type SingleCardActivity
02-22 22:51:52.470: E/AndroidRuntime(821):  The method cardsRemoved() of type SingleCardActivity must override or implement a supertype method
02-22 22:51:52.470: E/AndroidRuntime(821):  The method getBaseContext() is undefined for the type SingleCardActivity
02-22 22:51:52.470: E/AndroidRuntime(821):  Pin cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The method setPin(String) in the type SingleCardActivity is not applicable for the arguments (Pin)
02-22 22:51:52.470: E/AndroidRuntime(821):  Pin cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The constructor AlertDialog.Builder(SingleCardActivity) is undefined
02-22 22:51:52.470: E/AndroidRuntime(821):  The method from(Context) in the type LayoutInflater is not applicable for the arguments (SingleCardActivity)
02-22 22:51:52.470: E/AndroidRuntime(821):  The method setUsePin(boolean) is undefined for the type new DialogInterface.OnClickListener(){}
02-22 22:51:52.470: E/AndroidRuntime(821):  The method setPin(String) in the type SingleCardActivity is not applicable for the arguments (Pin)
02-22 22:51:52.470: E/AndroidRuntime(821):  Pin cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  PinInterface cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The method getPinInterfaceSetting() of type SingleCardActivity must override or implement a supertype method
02-22 22:51:52.470: E/AndroidRuntime(821):  PinInterface cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  ManagePin cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  ManagePin cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The method onCreateOptionsMenu(Menu) of type SingleCardActivity must override or implement a supertype method
02-22 22:51:52.470: E/AndroidRuntime(821):  The method getMenuInflater() is undefined for the type SingleCardActivity
02-22 22:51:52.470: E/AndroidRuntime(821):  The method onOptionsItemSelected(MenuItem) of type SingleCardActivity must override or implement a supertype method
02-22 22:51:52.470: E/AndroidRuntime(821):  CardEmu cannot be resolved to a type
02-22 22:51:52.470: E/AndroidRuntime(821):  The method onStart() of type SingleCardActivity must o
02-22 22:56:52.995: I/Process(821): Sending signal. PID: 821 SIG: 9

我認為您是Android新手。 嘗試讀取錯誤日志。 oncreate必須是這樣的。

public class SingleActivityCard extends Activity {
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

        TextView text = new TextView(this);
        text.setText("Hello World, Android - mkyong.com");
        setContentView(text);
    }
}

檢查SingleCardActivity的oncreate方法,並確保這些方法的第一行必須是super.onCreate(savedInstanceState);

另外一個還在oncreate方法上方指定@override

2)在控制台中,您在接受連接時也遇到問題錯誤,因此,如果您再次遇到相同的問題,則應從DDMS中重置並重新啟動Eclipse,然后重新創建新的AVD

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM