`

the application has stopped unexpectedly

阅读更多
这两天和同学在搞一个程序,这之间合并出了太多问题啊。先是在emulator上报the application has stopped unexpectedly,然后又在真机在报the application has stopped unexpectedly。差点奔溃,还好克服了。

在emulator报错的原因是,adb logcat下面能够大致定位错误的原因,之后步步调试就行了。

emulator上能够运行,一般真机也就没问题,不过遇到不同版本的差异就可怜了。首先真机运行不了,没有报错信息。直到意识到版本问题(emulator是2.1的,真机是2.3的),创建个emulator2.3,果然报错了。

错误提示:
java.lang.RuntimeException: Unable to instantiate application cz.teamnovak.droid.Novak ESC Track guide: java.lang.ClassNotFoundException: cz.teamnovak.droid.Novak ESC Track guide in loader dalvik.system.PathClassLoader[/data/app/cz.teamnovak.droid-1.apk]
    at android.app.ActivityThread$PackageInfo.makeApplication(ActivityThread.java:649)
    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4232)
    at android.app.ActivityThread.access$3000(ActivityThread.java:125)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2071)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:123)
    at android.app.ActivityThread.main(ActivityThread.java:4627)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:521)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
    at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassNotFoundException: cz.teamnovak.droid.Novak ESC Track guide in loader dalvik.system.PathClassLoader[/data/app/cz.teamnovak.droid-1.apk]
    at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:532)
    at android.app.Instrumentation.newApplication(Instrumentation.java:942)
    at android.app.ActivityThread$PackageInfo.makeApplication(ActivityThread.java:644)
    ... 11 more


果断google,良久觅得解药。
将AndroidManifest.xml中application下android:name去掉即可

参考链接:
    http://yelinqing.iteye.com/blog/765384
    http://stackoverflow.com/questions/3781151/java-lang-classnotfoundexception-on-working-app
0
3
分享到:
评论

相关推荐

    android平台初级错误整理

    6. **The application has stopped unexpectedly** 这个错误通常是因为程序运行时遇到了未捕获的异常。排查方法包括: - 检查是否有未注册的Activity。 - 检查布局文件中的XML语法错误,如控件名称、宽度和高度...

    B4A初级教程

    - **“The application has stopped unexpectedly. Please try again.”(应用意外停止,请重试)**: 分析常见错误及其解决方法,确保应用稳定性。 - **UI设计与布局** - **Adding menu items(添加菜单项)**: ...

    Proxool-0.9.1

    SEVERE: The web application [/xxx] registered the JDBC driver [org.logicalcobwebs.proxool.ProxoolDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the...

    kafka-eagle-2.0.4.tar.gz

    《Kafka Eagle 2.0.4:高效监控与管理Kafka集群的利器》 Kafka Eagle是一款专门针对Apache Kafka的高性能、易用的监控和管理工具,其2.0.4版本为用户提供了更为完善的Kafka集群监控解决方案。这款开源软件能够帮助...

    genymotion 安装问题+虚拟机安装+配置全套完美解决

    1. genymotion unfortunately has stopped , 完美解决。 2. 解决genymotion-arm-translation.zip无法拖拽安装的完美问题。 4. genymotion,拖进去后变成Files successfully copied to: /sdcard/Download, 完美解决...

    GNUPro Debugging Tools

    Examine what has happened when your program has stopped. Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another problem affecting...

    EPM Add-in_NET40

    office 2013 EPM插件,EPM add-in for Microsoft Office 是在由SAP BusinessObjects开发类别 Miscellaneous Shareware 软件。EPM系统插件add-in安装 - EPM 系统插件 Add-in 安装 说明: Add-in 为依附在 excel 上的一...

    SINEC PNI Basic (Primary Network Initialization) Primary Setup

    《SINEC PNI Basic(Primary Network Initialization)基础设置详解》 SINEC PNI Basic,全称为Primary Network Initialization,是西门子自动化系统中一项关键的网络初始化工具,主要用于设置和配置工业网络环境。...

    Android代码-SimpleExplorer

    --- The development of this project has stopped --- Simple Explorer is a open source file explorer. License Copyright 2013 - 2015 Daniel F. This program is free software; you can redistribute it and/...

    Xftp 6免费版(个人使用)

    **Xftp 6免费版详解** Xftp 6是一款由Netsarang Computer Inc开发的专业级文件传输软件,尤其适用于需要在本地计算机和远程服务器之间进行频繁文件交换的用户。这款软件提供了简单易用的界面,支持多种协议,包括...

    PS-ReC SDK v1.1.0e

    Canon PowerShot SDK News ...Development of the PowerShot (PS-Rec) SDK has now stopped Only the Digital EOS SDK (ED-SDK) will continue to be developed and supported (including Vista support) next year

    BURNINTEST--硬件检测工具

    - Changed the mechanism to check for the required DirectX Direct3D as the previous method did not work on some system (some W2003 servers). - Enhanced the mechanism to report memory hardware errors ...

    安卓GPS位置模拟器工具APK,无源码

    安卓GPS位置模拟器工具源码 GPS模拟 位置欺骗 位置模拟 GPS_MORK 是一个Android 上GPS欺骗的工具。能够欺骗手机的GPS位置信息, 并且能够在地图上绘制多个位置坐标后设置一个时间,让他在选择的轨迹上运动。...

    TongWeb常见问题处理

    然而,在日常运维过程中,开发者和运维人员可能会遇到一些常见的问题,如“this web application instance has been stopped already”的异常。本文将深入探讨这个问题的原因以及相应的解决方案,并延伸讨论在不重启...

    c program desinger

    标题 "C程序设计者" 暗示了我们即将探讨的是关于C编程语言的知识点。C语言是一种强大的、低级的编程语言,被广泛用于系统编程、嵌入式开发、软件开发以及各种复杂的计算任务。它以其高效、灵活和可移植性著称。...

    Debugging with gdb Tenth Edition, for gdb version 8.0.50.20170611-git

    Examine what has happened, when your program has stopped. Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another.

    (Weberdo) Play Service Info APK android app

    To fix "Google Play Services has stopped" errors, try opening the app info dialog and select "clear cache". If that does not work, try the "uninstall updates" option. Then download and re-install the ...

    DDD manual

    Examine what has happened, when your program has stopped. Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another.

    ambari报错解决

    报错1: Using python /usr/bin/python ...REASON: Before starting Ambari Server, you must copy the MySQL JDBC driver JAR file to /usr/share/java and set property server.jdbc.driver.path=[path/to/c

    S7A驱动720版本

    - The driver could crash when the driver was stopped (either by hand or when the demo time was expired) and in the same moment the NetLink connection was disturbed. - Improvements on the seamless ...

Global site tag (gtag.js) - Google Analytics