android phone when you install the application there will inevitably be "a problem parsing the package" is displayed and you can not successfully install the software. Description of the problem and solutions:
1.android system or installed software does not support Chinese file name and use full-width alphabet symbols.
The solution is to change the file name and change the folder name.
2. In the process of downloading the program apk compromised.
Another solution is to change the regular download site, download the software or replace.
3. You may install the app for android root for the existence of unsafe software exclusion.
Solutions are as follows:
Method One: Go to Root Explorer, mnt >> secure >> asec >> smdl2tmp1.asec, delete smdl2tmp1.asec
Method 2: sd card out, with a card reader connected to the computer android_secure >> smdl2tmp1.asec, delete smdl2tmp1.asec
(Remember to use a card reader, or it may lead to sd card is not recognized, even smaller capacity)
4. Possible that you are using android system version of the problem.
In general, there are too many android 2.2, including 2.2 pairs exclusion lot of software, you can choose to install version 2.1 or 2.3 version of the system installed directly, but difficult to reinstall the system, risk and waste a lot of time, is not recommended .
5. You may be modified using the android app harm.
Like tomato garden modify windows, like, android who also had a lot of changes. They did very talented, but sometimes there is also really opinionated. Because of their ignorance, I was back and forth a total of damaged 2g of a 8g, as well as a 128mb memory card, so just so angry. Modified android app mostly a problem in the USB, the data is completely transferred to the memory card has not been prompted to accept the computer completely. So, eager to accept the removal of the interface apk certainly incomplete. As we all know, is the essence apk zip, unzip if a compression solution, you can see the dex file, Dalvik VM executes dex is said to be an abbreviation, so the program is not Java me but dalvik, comprising at least a dex global configuration program file AndroidManifest.xml, and classes.dex Dalvik bytecode resources.arsc, our visual installation process is to test the program global configuration file AndroidManifest.xml, after the start of decompression release classes.dex Dalvik bytecode resources.arsc. If the prompt "package resolves the problem," then the program is often the global configuration file AndroidManifest.xml find all classes.dex Dalvik bytecode resources.arsc, only hints, or just simply apk is damaged. If we can not prompt decompression after installation, it is classes.dex Dalvik bytecode resources.arsc file error has occurred or missing.
Solution, the best use of the modified android app, the general name of the Hong Kong Bank, the ECB, or any other flag, and generally give you security are modified android app, there are those overclocking, overclocking worst results memory card is not a few things.
6. Other application software problems.
A variety of security software may prevent software installation, also prompted the case "a problem parsing the package". There is a phone malicious programs, it would have to really rely on the character.
(postscript)
Some people say a "problem parsing the package" should be formatted sd card, do so at risk. Most brand sd card has the card program does not use its own formatter trays will lead to "stuff" that will instantly become 0kb memory card or a floppy disk capacity almost can not even recognize.

There was a problem parsing the package(android)的更多相关文章

  1. ZOJ Problem Set - 3829Known Notation(贪心)

    ZOJ Problem Set - 3829Known Notation(贪心) 题目链接 题目大意:给你一个后缀表达式(仅仅有数字和符号),可是这个后缀表达式的空格不幸丢失,如今给你一个这种后缀表达 ...

  2. Problem D: 程序填充(递归函数):数列2项和

    Problem D: 程序填充(递归函数):数列2项和 Time Limit: 1 Sec  Memory Limit: 64 MBSubmit: 2601  Solved: 2117 Descrip ...

  3. A * B Problem Plus HDU - 1402 (FFT)

    A * B Problem Plus HDU - 1402 (FFT) Calculate A * B.  InputEach line will contain two integers A and ...

  4. Java 断点下载(下载续传)服务端及客户端(Android)代码

    原文: Java 断点下载(下载续传)服务端及客户端(Android)代码 - Stars-One的杂货小窝 最近在研究断点下载(下载续传)的功能,此功能需要服务端和客户端进行对接编写,本篇也是记录一 ...

  5. 测试耗电量的工具(Android)

    Emmagee是监控指定被测应用在使用过程中占用机器的CPU.内存.流量资源的性能测试小工具. 支持SDK:Android2.2以及以上版本 Emmagee功能介绍 1.检测当前时间被测应用占用的CP ...

  6. 安卓(android)建立项目时失败,出现Android Manifest.xml file missing几种解决方法?(总结中)

    安卓(android)建立项目时失败.出现AndroidManifest.xml file missing几种解决方法?(总结中) Eclipse新建项目.遇到这种问题.注意例如以下: 1.文件名称最 ...

  7. 基于Platinum库的DMS实现(android)

    接上篇博文:基于Platinum库的DMR实现(android) 文章讲述了如何使用Platinum库实现DMR 今天同样使用该库,来讲解一下DMS的实现 关于该库如何编译,请参考这篇博文:NDK下 ...

  8. Github-Client(ANDROID)开源之旅(四) ------ 简介Roboguice

    Guice是Google开发的一个轻量级,基于Java5(主要运用泛型与注释特性)的依赖注入框架(IOC),Guice非常小而且快.Guice是类型安全的,它能够对构造函数,属性,方法(包含任意个参数 ...

  9. 第四次作业——关于石墨文档(Android)客户端的案例分析

    关于石墨文档(Android)客户端的案例分析 作业地址:[https://edu.cnblogs.com/campus/nenu/2016CS/homework/2505] 第一部分调研,评测 1. ...

随机推荐

  1. VMware虚拟机服务的vmware-hostd自动启动和停止

    安装了虚拟机 任务管理器会出现vmware-hostd.exe  占用了80端口,导致xampp打不开,所以就想关闭vmware,解决方案如下: 开始——运行——services.msc,找到VM打头 ...

  2. 获取checked的值

    <div class="rule-multi-porp"> <span> <%var itemList = PublicQuery.GetItemLi ...

  3. ES 6 : Math对象的扩展

    ES6在Math对象上新增了17个与数学相关的方法.所有这些方法都是静态方法,只能在Math对象上调用. 1.Math.trunc() Math.trunc方法用于去除一个数的小数部分,返回整数部分. ...

  4. Ubuntu 14.04 配置FTP

    配置Ubuntu 14.04的FTP服务,通过Windows远程访问Ubuntu 14.04的同时,可以实现windows和Ubuntu之间的文件交换传输.在多用户环境下,每一个用户都可以通过自己的帐 ...

  5. HDU 5795 A Simple Nim(SG打表找规律)

    SG打表找规律 HDU 5795 题目连接 #include<iostream> #include<cstdio> #include<cmath> #include ...

  6. php 问答

    1,如何设置长生命期的session ? 将 session.cookie_lifetime ,session.gc_maxlifetime 的时间设置长一点. 2,为什么初始化session的时候报 ...

  7. 使用Image.GetThumbnailImage 方法返回缩略图

    如果 Image 包含一个嵌入式缩略图像,则此方法会检索嵌入式缩略图,并将其缩放为所需大小. 如果 Image 不包含嵌入式缩略图像,此方法会通过缩放主图像创建一个缩略图像. 请求的缩略图像大小为 1 ...

  8. curl 命令使用总结

    curl 查看网页源码 curl www.sina.com 保存页面 -o curl -o [文件名] www.sina.com 直接在curl命令后加上网址,就可以看到网页源码. 如果要把这个网页保 ...

  9. sql优化方式-转载

    我始终认为,一个系统的性能的提高,不单单是试运行或者维护阶段的性能调优的任务,也不单单是开发阶段的事情,而是在整个软件生命周期都需要注意,进行有效工作才能达到的.所以我希望按照软件生命周期的不同阶段来 ...

  10. Q & A

    1 使用linux命令或者shell实现:文件words存放英文单词,格式为每行一个英文单词(单词可以重复),统计这个文件中出现次数最多的前10个单词. cat words.txt | sort | ...