求助 关于the application has stopped unexpectedly

问题描述

刚刚入门,照着教程敲了一段代码。却出现了theapplicationhasstoppedunexpectedly的错误。网上看了一些方法,没什么效果。求各位帮助解惑,谢谢~other.xmlmain.xmiactivity.java

解决方案

解决方案二:
你的这个代码没有看出什么问题,怀疑是manifest文件没有配置activity信息,你可以把报错信息发出来看看,ps:有专门的android板块
解决方案三:
打开模拟器的时候出现错误
解决方案四:
引用1楼kifile的回复:

你的这个代码没有看出什么问题,怀疑是manifest文件没有配置activity信息,你可以把报错信息发出来看看,ps:有专门的android板块

在模拟器上运行的时候出的问题
解决方案五:
无论eclipse还是androidstudio都有logcat信息输出的,你发的这个其实没有多少意义,没有什么具体信息
解决方案六:
引用4楼kifile的回复:

无论eclipse还是androidstudio都有logcat信息输出的,你发的这个其实没有多少意义,没有什么具体信息

所以我实在是不晓得哪里出了问题运行的时候就是截图所示
解决方案七:
出现这种原因的太多了建议你把视图切换到DDMS,查看LogCat里的错误信息如果你确认代码没有问题那么建议你重新建一个模拟器,换一个高版本
解决方案八:
引用6楼sc6231565的回复:

出现这种原因的太多了建议你把视图切换到DDMS,查看LogCat里的错误信息如果你确认代码没有问题那么建议你重新建一个模拟器,换一个高版本

麻烦帮我看一下哈刚刚入门两天看不太懂
解决方案九:
OtherActivity在哪里??你仔细看下错误日志

时间: 2025-01-05 06:05:12

求助 关于the application has stopped unexpectedly的相关文章

logcat-The application has stopped unexpectedly. 求大神解救!!

问题描述 The application has stopped unexpectedly. 求大神解救!! 一开模拟器就出现the process android.process.acore has stopped unexpectedly.Please try again.然后点程序就出现The application xxx has stopped unexpectedly. Please try again.下面是Logcat 但是这程序在安装到手机上又能用,大神们!!是什么问题啊 解决

android-application xxx stopped unexpectedly

问题描述 application xxx stopped unexpectedly strings.xml [html] view plaincopy <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">msm</string> <string name="action_settings

registered the JBDC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. (转)

最近项目中遇见一问题,在开发环境没有问题的代码,到了生产环境就会报如下错误:     严重: A web application registered the JBDC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unreg

求助Eclipse中application.getRealPath(&amp;amp;quot;/&amp;amp;quot;)得到的路径怎么会是myWorkspace/.metadata/.plugins/org.eclipse.wst.server

问题描述 小弟用smartupload上传文件时,为了设置上传的路径,用application.getRealPath("/")取得当前绝对路径.取得的居然会是myWorkspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/这个貌似是临时文件的路径,而不在我的工程目录中.上传成功后,在用http显示文件的时候,由于不在工程目录中,就访问不到了.请问能否有什么方法取得真实的工程路径,而不是上面的tmp0

java-转换EditText到浮点型

问题描述 转换EditText到浮点型 如题,我试过这样: EditText edt = (EditText) findViewById(R.id.price);float number = Float.valueOf(edt.getText().toString()); 但是应用在设备和模拟器上都不加载,返回的信息是: ""the application has stopped unexpectedly. please try again."" 并且如果我删除了这

eclipse-才刚刚开始学习安卓就出现问题,求解答

问题描述 才刚刚开始学习安卓就出现问题,求解答 代码如下:package com.example.android_4_1; import android.os.Bundle; import android.app.Activity; import android.view.Menu; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) {

google maps-android应用程序异常关闭

问题描述 android应用程序异常关闭 我用android创建Google Map应用程序,当我运行程序时,没有问题.但是在仿真器上运行时,出现以下错误: The application has stopped unexpectedly. Please try again. 还有别的调试模式吗?那样是不是才能找到实际的问题所在.开发的环境配置是 Eclipse 和 AVD. 解决方案 我提供一个Eclipse里调试方式,希望能帮上你.现在android程序中的任意代码行中放断点.现在通过Pac

用ssh写的一个小的登陆网页老报这个错是什么原因?怎么解决?新手求助!请多多帮助!

问题描述 用ssh写的一个小的登陆网页老报这个错是什么原因?怎么解决?新手求助!请多多帮助! 2015-9-18 13:15:20 org.apache.catalina.core.AprLifecycleListener init信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.l

模拟器-the process com.android.phone has stopped

问题描述 the process com.android.phone has stopped 运行安卓模拟器,就提示unfortunately,the process com.android.phone has stopped. 解决方案 Best answers bnybro Level 1 10/19/09 Best answer Oskyldig (Top Contributor) Go to this answer I have just experienced this exact p