简体   繁体   English

运行android应用时出错

[英]Error in while running the android app

I got the following error in my emulator while running the my android app. 运行我的android应用程序时,模拟器中出现以下错误。

The application "myapplication name" on a phone(process com.dummies.android.myappname) has stopped unexpectly. 手机(进程com.dummies.android.myappname)上的应用程序“ myapplication name”意外停止。 Please try agaign 请尝试再次

please help me how to solve this error. 请帮助我如何解决此错误。

This error is not helpful ( it just says that the application has crashed ). 此错误没有帮助(它只是说应用程序已崩溃)。 To get the full trace, you can use Android Debug Bridge ( adb ) which is included in your sdk. 要获得完整的跟踪,您可以使用sdk中包含的Android调试桥(adb)。 ( the default command for checking logs is "adb logcat" ) (用于检查日志的默认命令是“ adb logcat”)

for more information about adb, you can check http://developer.android.com/guide/developing/tools/adb.html 有关adb的更多信息,可以查看http://developer.android.com/guide/developing/tools/adb.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM