`
dicye
  • 浏览: 38798 次
  • 性别: Icon_minigender_2
  • 来自: 杭州
文章分类
社区版块
存档分类

execute dex: wrapper was not properly loaded first的处理方法

阅读更多
开发Android应用,SDK下载了2.3.3和2.2版本的,
新建一个工程使用2.2的SDK,工程上有红叉,不知道少了什么,
运行时报错 Your project contains error(s),please fix them before running your application.
控制台显示:[2011-02-15 11:00:33 - Dex Loader] Unable to execute dex: wrapper was not properly loaded first
[2011-02-15 11:00:33 - HellWorld] Conversion to Dalvik format failed: Unable to execute dex: wrapper was not properly loaded first

处理方法:
找到Eclipse目录下eclipse.ini文件,将最后两句改为
-Xms128m
-Xmx512m
重启eclipse
然后project->clean一下就OK了


我是android开发小菜鸟~
分享到:
评论
3 楼 yuankunliu 2011-09-28  
又出问题了,新建了个layout-800×480的文件夹想实现自动适配屏幕,但是工程又报错了,而且删了之后又回到之前那个错误,郁闷ing…
2 楼 yuankunliu 2011-09-28  
1 楼 39246302 2011-09-22  

相关推荐

    Android 错误解决

    针对上述可能的原因,可以采取以下几种方法来解决“Conversion to Dalvik format failed: Unable to execute dex: Wrapper was not properly loaded first”的问题: 1. **检查并更新JDK版本**: - 确认当前使用的...

    could not execute

    could not execute:bad executable format(win32 error 193) 下了一个实现MD5的代码,编译时没有错误,但是执行的时候却提示:could not execute:bad executable format(win32 error 193)

    Qt5.4下连接Mysql,QSqlDatabase: QMYSQL driver not loaded but available-附件资源

    Qt5.4下连接Mysql,QSqlDatabase: QMYSQL driver not loaded but available-附件资源

    android-support-multidex.jar

    用于分包,解决 android 打包时报Unable to execute dex: method ID not in [0, 0xffff]: 65536

    odex2dex合并odex和 少dex的apk 为完整的apk文件

    一、APK生成odex文件方法: 编译开源GIT上的build/tools/dexpreopt/dexopt-wrapper这个,使用dexopt-wrapper即可,操作步骤 将dexopt-wrapper放到/data/local目录中,使用adb shell执行linux命令行,使用cd命令进入...

    AndroidStudio利用android-support-multidex解决64k的各种异常

    64k的各种异常 ...Unable to execute dex: method ID not in [0, 0xffff]: 65536 或者 UNEXPECTED TOP-LEVEL EXCEPTION:  java.lang.IllegalArgumentException: method ID not in [0, 0xffff]: 65536  at com.

    lambduh-execute:从 AWS Lambda 执行任何 shell 字符串或 bash 脚本

    兰姆杜执行从 AWS Lambda 执行任何 shell 字符串或 bash 脚本安装 npm i --save lambduh-execute用法 var Q = require ( 'q' ) ;var execute = require ( 'lambduh-execute' ) ;//your lambda functionexports . ...

    maven出现:Failed to execute goal on project …: Could not resolve dependencies for project …

    在使用Maven构建Java项目时,可能会遇到这样一个错误:“Failed to execute goal on project …: Could not resolve dependencies for project …”。这个错误通常表明Maven在构建过程中遇到了依赖解析问题,无法...

    eclipse+gradle解决android 65k 方法问题

    [2015-06-12 12:26:57 - DexLoader] Unable to execute dex: method ID not in [0, 0xffff]: 65536 [2015-06-12 12:26:57 - Iphone] Conversion to Dalvik format failed: Unable to execute dex: method ID not in ...

    supertrace:出色的Common Lisp`trace`功能,用于调试对真实应用程序的性能分析

    (supertrace dbi:execute dbi:prepare) ;; Trace all exported functions from 'dbi' package and 'dex:request' (supertrace (package dbi) dex:request) ;; Custom before/after functions (supertrace (package ...

    commons-beanutils-1.8.3-connections.jar

    从commons-beanutils-1.8.3.jar中删除了org/apache/commons/collections目录及其下的类,避免了与commons-collections-3.2.jar一起在android中使用时报Andorid Unable to execute dex: Multiple dex files define错...

    json-lib所需全部jar包

    从commons-beanutils-1.8.3.jar中删除了org/apache/commons/collections目录及其下的类,避免了与commons-collections-3.2.jar一起在android中使用时报Andorid Unable to execute dex: Multiple dex files define错...

    connection对象的execute方法

    ### Connection对象的Execute方法 在数据库编程中,`Connection`对象是与数据库建立连接的关键组件。通过`Connection`对象,可以执行SQL语句、存储过程等操作,从而实现对数据库的读写。其中,`execute`方法是`...

    解决 version `GLIBC_2.14' not found 解决方法.

    解决 version `GLIBC_2.14' not found 解决方法.具体方法可以参考一下。。

    分布式文件系统fastdfs架构剖析及配置优化

    FastDFS是一款开源的轻量级分布式文件系统 纯C实现,支持Linux、FreeBSD等UNIX系统 ...为互联网应用量身定做,解决大容量文件存储问题,追求高性能和高扩展性 FastDFS可以看做是基于文件的key value pair存储系统,称作...

    Android 掌上校园.zip

    如果报错:Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/support/annotation/AnimRes;请删掉PalmCampus工程下lib包里的android-support-v4.jar】

    Android项目源码蚌埠掌上校园学生项目.rar

    如果报错:Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/support/annotation/AnimRes;请删掉PalmCampus工程下lib包里的android-support-v4.jar

    Execute 方法 (ADO Connection)

    Execute 方法 (ADO Connection) Execute 方法是 ADO Connection 对象的一种重要方法,它允许开发者执行指定的查询、SQL 语句、存储过程或特定提供者的文本等内容。该方法提供了灵活的方式来执行各种类型的命令,并...

    Kompex SQLite Wrapper Source

    事务处理是数据库操作中的重要部分,Kompex SQLite Wrapper 通过 `beginTransaction()`, `commit()` 和 `rollback()` 方法实现了这一功能。这使得开发者能够在一组操作中确保数据的一致性,即使在异常情况下也能保证...

    can't execute 'CKeilC51BINA51.EXE'.txt

    ### 解决Keil C51 编译器执行问题:“can't execute 'CKeilC51BINA51.EXE'.txt” 在使用Keil C51编译器的过程中,可能会遇到一个常见的错误提示:“can't execute 'CKeilC51BINA51.EXE'.txt”。这个问题通常出现在...

Global site tag (gtag.js) - Google Analytics