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. DP! | 不要怂!

    跟一个博客刷: http://blog.csdn.net/cc_again/article/details/25866971 一.简单基础dp 1.递推 HDU 2084 #include <b ...

  2. 序列化与反序列化总结(Serializable和Parcelable)

    序列化是指将对象的状态信息转换为可以存储或传输的形式的过程. 在Java中创建的对象,只要没有被回收就可以被复用,但是,创建的这些对象都是存在于JVM的堆内存中,JVM处于运行状态时候,这些对象可以复 ...

  3. C# 语言规范_版本5.0 (第6章 转换)

    1. 转换 转换(conversion) 使表达式可以被视为一种特定类型.转换可导致将给定类型的表达式视为具有不同的类型,或其可导致没有类型的表达式获得一种类型.转换可以是隐式的 (implicit) ...

  4. Zsh安装

    Zsh 使用 Homebrew 完成 zsh 和 zsh completions 的安装 brew install zsh zsh-completions 安装 oh-my-zsh 让 zsh 获得拓 ...

  5. 如何在 Linux 中找出最近或今天被修改的文件

    1. 使用 ls 命令,只列出你的 home 文件夹中今天的文件. ls -al --time-style=+%D | grep `date +%D` 其中: -a- 列出所有文件,包括隐藏文件 -l ...

  6. Linux监控工具vmstat命令详解

        一.前言 很显然从名字中我们就可以知道vmstat是一个查看虚拟内存(Virtual Memory)使用状况的工具,但是怎样通过vmstat来发现系统中的瓶颈呢?在回答这个问题前,还是让我们回 ...

  7. C# 手机格式验证

    C# 手机格式验证 //电信手机号码正则 Regex dReg = new Regex(@"^1[3578][01379]\d{8}$"); //联通手机号正则 Regex tRe ...

  8. linux重要目录说明

    1 home :root用户的home 目录是root,普通用户的home 目录是/home,users/(不要随便使用root权限,小白容易改错东西哒) 2 bin:常用可执行文件:/bin./us ...

  9. 【c++】size_t 和 size_type的区别

    为了使自己的程序有很好的移植性,c++程序员应该尽量使用size_t和size_type而不是int, unsigned 1. size_t是全局定义的类型:size_type是STL类中定义的类型属 ...

  10. FR javascript 时间设置上个月最后一天后当月最后一天

    //设置上月最后一天 var date1 =new Date(); date1.setDate(1); //first day; date1.setMonth(date1.getMonth()); / ...