`
aigo
  • 浏览: 2648857 次
  • 性别: Icon_minigender_1
  • 来自: 宜昌
社区版块
存档分类
最新评论

Android模拟机出现Installation failed due to invalid APK file错误

 
阅读更多

我在运行一个Android项目时,模拟机启动时老是出现 [2011-08-12 17:10:10 - bus1] Installation failed due to invalid APK file![2011-08-12 17:10:10 - bus1] Please check logcat output for more details.[2011-08-12 17:10:10 - bus1] Launch canceled!但是运行其他的Android项目时就正常。我在网上搜了找了一些解决方法,比如重启eclipse,删除虚拟机重新建一个虚拟机,重启电脑。。。。尝试了都不行,我也不知道是什么错误,我无意中尝试那样做,居然可以了,模拟机正常启动了。

出现错误:signal 11 (SIGSEGV), fault addr 00000000 可可以通过此方法解决,大部分情况下能解决也有概率无法解决

1、在properties -> java bulid path -> source中把gen那个目录删除;
2、再把自动生产的gen目录给删除;
3、重新build就可以了。

分享到:
评论

相关推荐

    Android adb安装apk时提示Invalid APK file的问题

    可以在命令行使用`adb install 文件路径`的命令来尝试安装,如果出现错误提示“Failure[INSTALL_FAILED_INVALID_APK]”,则表示APK文件本身可能存在问题。此时,可以重新下载或生成APK文件,确保其完整性和兼容性。 ...

    Installation failed with message Failed to finalize session : INSTALL_FAILED_INVALID_APK: /data/app/

    Installation failed with message Failed to finalize session : INSTALL_FAILED_INVALID_APK: /data/app/vmdl890369339.tmp/7_slice__ signatures are inconsistent. It is possible that this ...

    failed to execute script 解决方案+命令行执行传参exe

    在IT行业中,我们经常遇到各种错误,"failed to execute script"是其中之一,尤其在尝试运行Python脚本时。这个问题通常发生在使用Python的`py`或`exe`可执行文件时,尤其是在试图通过命令行传递参数时。让我们深入...

    Caused by: android.system.ErrnoException: write failed: ENOSPC (

    ### 错误解析:Caused by: android.system.ErrnoException: write failed: ENOSPC (No space left 在Android开发过程中,可能会遇到“Caused by: android.system.ErrnoException: write failed: ENOSPC (No space ...

    Android 中Failed to read key from keystore解决办法

    Failed to read key from keystore是一个常见的 Android 编译错误,具体来说是指在 Android 打包过程中无法读取 keystore 文件中的密钥所导致的错误。本文将详细介绍该错误的解决办法,并提供相关的知识点。 知识...

    Your page is blocked due to a security的解决方案

    关于Your page is blocked due to a security的解决方案

    arcgis9.3卸载license出现invalid install.log file状况的方法

    如果文件损坏、缺失或格式不正确,就可能出现“invalid install.log file”的错误。 解决这个问题的第一步是将`install.log`文件复制到ArcGIS的bin目录。bin目录通常包含了软件运行所需的可执行文件和实用工具,...

    android Ble 蓝牙4.0 GATT 错误代码

    Android Ble 蓝牙4.0 GATT 错误代码是指在 Android 蓝牙4.0 设备中使用 GATT(Generic Attribute Profile)协议时可能出现的错误代码。这些错误代码用于标识不同的错误情况,以便开发者可以快速地定位和解决问题。 ...

    天天动听播放器

    天天动听播放器可免费下载各种无损音乐,兼容更多格式

    blockimgdiff.py

    解决Android9.0制作差分包时imgdiff 差分apk时报错,Failed to generate imgdiff for ...... imgdiff.cpp:661] Failed to open zip file /tmp/tgt-KxNSNW: Invalid offset. 解决方案是在imgdiff算法报错时,使用...

    ftp连接不上出现500 Invalid PORT Command.错误

    解析主机为: 112.125.43.138 已连接. 正等待响应. 220 Microsoft FTP Service ...200 Type set to A. PORT 192,168,1,100,17,228 500 Invalid PORT Command. PASV 227 Entering Passive Mode (10,247,80,183,117,51).

    invalid syntax是语法错误.docx

    "Invalid Syntax"错误是编程语言中常见的一个错误类型,它表示你的代码中存在不符合该语言语法规则的部分。在Python这种解释型语言中,当解释器遇到无法理解的代码结构时,就会抛出"Invalid Syntax"错误。这个错误...

    解决dbf Failed to parse Number: For input string: "-.---"

    同时,`DBFWriter`可能会检查数据是否符合数值格式,防止出现“Failed to parse Number”的异常。 在实际应用中,处理DBF文件时需要特别注意以下几点: - 确保知道DBF文件使用的字符集,以便正确解码文本数据。 - ...

    invalid syntax是什么错误

    "Invalid syntax"错误是编程语言中非常基础但关键的一个错误类型,主要出现在Python等解释型语言中。这个错误表示你的代码中存在不符合语法规则的部分,导致编译器或解释器无法理解你的意图。在Python中,语法是极其...

    Invalid Project File(解决方案).md

    Invalid Project File(解决方案).md

    Android studio新建的空项目在真机上错误,直接闪退

    根据提供的错误日志,我们可以看出错误类型为`org.xmlpull.v1.XmlPullParserException`,具体信息为:“Binary XML file line #17: invalid drawable tag vector”。 #### 错误原因分析 这个错误通常是由于项目的...

    gis9.3卸载出现invalid install.log file状况的方法

    在本案例中,我们遇到的问题是尝试卸载GIS 9.3时遇到了“invalid install.log file”的错误。这通常意味着在卸载过程中,系统无法找到或读取必要的安装日志文件,导致卸载过程受阻。 为了解决这个问题,我们需要...

    ArcGis卸载出现invalid install.log file状况的方法

    两步,帮助大家很容易实现卸载。 (1)下载压缩包并解压得到install.log文件 (2)找到License的默认安转路径,找到卸载工具unwise32.exe,双击打开,选择(1)步下载的install.log文件,并点击next,即可实现完全...

Global site tag (gtag.js) - Google Analytics