`

Android开发错误——Could not find class

阅读更多
错误信息:
Could not find class ** referenced from method **

05-21 22:51:22.548: E/dalvikvm(226): Could not find class 'org.ksoap2.serialization.SoapObject', referenced from method cn.hi.bar.api.LocalAccessor.updateContactToWebService


错误原因及解决办法:
1.所建工程中没有导入jar包,如果是把别人的工程import到自己的eclipse中,需要右击工程Bulid Path->Add Libraries->User Library->User Libraries->new(起一个名字 随便A)->Add Jars(将需要的jar包添加到A中) 如图所示:
[img]

[/img]



2.在properties中没有设置,右键工程->properties->Java Build Path->Order and Export 将刚刚新建的A勾选->点击ok 就可以了。如图所示:
[img]

[/img]



这样就可以将jar包一同编译到.apk文件中。在模拟器下运行就不会出Could not find class ** referenced from method **错误了。
  • 大小: 56.6 KB
  • 大小: 37.6 KB
分享到:
评论

相关推荐

    Could not find the main class

    "Could not find the main class" 是一个常见的错误提示,出现于 MyEclipse 8.5 中使用外带的 Tomcat 时,因 JDK 版本问题所引起。下面将详细解释该错误的解决方案。 错误原因 在 MyEclipse 8.5 中,当我们使用...

    could not find the main class,program will exit

    在Java编程过程中,我们经常会在开发环境中遇到各种各样的错误提示,其中“Could not find the main class, program will exit”是一个非常典型的错误信息。该错误通常出现在尝试运行一个Java程序时,表明Java虚拟机...

    jar文件Could not find the main class解决办法

    NULL 博文链接:https://yintech.iteye.com/blog/374842

    Could not find agent

    标题 "Could not find agent" 提供的信息看似简短,但实际上是关于在运行或调试软件时遇到的一个常见错误。这个错误通常出现在Java开发环境中,当JVM(Java虚拟机)无法找到指定的Java代理(Java Agent)时会抛出。...

    解决 Can not find the main class. Program will exit. 难题

    如果主类中没有这个方法,那么JVM(Java虚拟机)就无法找到程序的入口点,从而抛出“Can not find the main class”错误。 2. **类路径配置错误**:类路径(Classpath)是JVM用于查找用户定义的类或库的路径。如果...

    Could not find module ' \codna\Library\bin\geos_c.dll'

    Could not find module 'D:\codna\Library\bin\geos_c.dll'Could not find module 'D:\codna\Library\bin\geos_c.dll'Could not find module 'D:\codna\Library\bin\geos_c.dll'

    FileNotFoundError: Could not find module ‘***-dll.dll‘

    FileNotFoundError: Could not find module ‘***-dll.dll

    WIN7下运行Jar文件提示Could not find the main class

    在Windows 7系统下运行Java应用包(JAR文件)时遇到“Could not find the main-class”错误,是常见的问题之一。这个问题通常出现在尝试启动一个没有正确指定主类的JAR文件时。主类是包含main方法的类,它是程序执行...

    完整jar包资源,COULD NOT FIND cglib,包缺失使用

    本资源包是针对“COULD NOT FIND cglib”错误的解决方案,它包含了cglib库的jar包和对应的pom文件。让我们深入了解一下cglib库以及如何解决这种依赖缺失的问题。 **cglib库详解** CGlib(Code Generation Library)...

    Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser

    标题 "Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser" 提示了一个Java运行时错误,这通常意味着在尝试加载或初始化`JRStyledTextParser`类时遇到了问题。`JRStyledTextParser`是...

    android中遇到ERROR: Could not find method clean() for arguments这个奇葩的错误如何解决!!

    Could not find method clean() for arguments [{type=class org.gradle.api.tasks.Delete}, build_458py9op120bi768cfxm5xc2wrunclosure1_run_closure1r​unc​losure1_closure4@7daf132f] on object of type org....

    完整jar包资源,COULD NOT FIND jcommander,包缺失使用

    标题中的"完整jar包资源,COULD NOT FIND jcommander,包缺失使用"揭示了一个常见的问题,即开发者在构建项目时遇到了缺少依赖的问题。`jcommander`是一个Java库,用于命令行参数解析,它简化了从命令行参数中提取和...

    解决ImportError: Could not find 'cudnn64_7.dll'

    在使用深度学习框架如百度飞桨(PaddlePaddle)时,可能会遇到导入错误ImportError,具体表现为"Could not find 'cudnn64_7.dll'"。这个错误通常是由于CUDA(NVIDIA的Compute Unified Device Architecture)环境配置...

    【故障解决】OGG-00446 Could not find archived log for sequence.pdf

    然而,在实际操作过程中可能会遇到各种各样的问题,其中之一便是“OGG-00446 Could not find archived log for sequence”这一错误。本文将深入探讨这一错误的原因、故障现象以及如何解决这一问题。 #### 二、错误...

    xcode Could not find Developer Disk Image ios11.4

    xcode Could not find Developer Disk Image 11.4 (15F5061c) 亲测可用 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 记得一定要重启Xcode才生效.

    Could not find Developer Disk Image"问题

    当你遇到"Could not find Developer Disk Image"的问题时,这意味着系统无法找到对应的开发者磁盘映像文件,这可能会阻碍你的开发进程。以下是一些关于这个问题的详细解释、可能的原因以及解决方案: 1. **问题解释...

    xcode could not find developer disk image 问题总结

    在使用Xcode进行iOS应用程序开发时,经常会遇到“could not find developer disk image”的错误提示。此问题通常发生在更新了iOS系统版本后,尝试在真机上进行调试或打包IPA文件的过程中。 #### 错误原因分析 此...

    xcode Could not find Developer Disk Image10.2 (14C92)各版本

    "Could not find Developer Disk Image" 是一个常见的错误,尤其是在更新Xcode或者尝试运行特定版本的iOS模拟器时会遇到。这个错误提示意味着Xcode无法找到必要的开发者磁盘映像文件,这是为了支持特定iOS版本所必需...

    完整jar包资源,COULD NOT FIND stream,包缺失使用

    完成以上步骤后,你应该能够成功构建项目,避免"COULD NOT FIND stream"的错误。如果问题仍然存在,可能需要检查网络连接、仓库配置或者依赖库本身是否存在问题。在开发过程中,确保依赖管理的准确性和完整性至关...

Global site tag (gtag.js) - Google Analytics