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. Ubuntu下安装python相关数据处理

    01. Ubuntu下安装ipython sudo apt-get install ipython 02. Ubuntu下安装pip $ sudo apt-get install python-pip ...

  2. 【Android】策略模式封装百度地图路线规划模块

    百度地图的Demo里有个路线规划的功能,但是,这个功能和Activity耦合性太高,所以需要单独抽离出路径规划功能,进行"解耦". 注:由于项目原因,本文只针对驾车路线规划进行封装 ...

  3. css3变形动画

    transform:变形 rotate:旋转 translate:移动 scale:缩放 skew:扭曲 一切变化都是“形变”引起的变化,所以transform就是老大,大家都围着他转 1.trans ...

  4. Python初识与简介【开篇】

    目录 1.扯淡 2.Python历史 3.Python简介 4.Python应用 5.为什么是python而不是其他语言? 6.Python的种类 7.Python的特点 8.Python设计哲学 9 ...

  5. 笔记本开临时Wifi

    笔记本开临时热点 1. netsh wlan set hostednetwork mode=allow ssid=xianzhonPC key=123456782. 打开共享和网络—更改适配器设置—本 ...

  6. informix数据迁移工具使用介绍

    一.dbschema  USAGE:     dbschema [-q] [-t tabname] [-s user] [-p user] [-r rolename] [-f procname]    ...

  7. centos6.8安装superctl 后台管理工具

    下载安装python yum install python-setuptools 从官网下载supervisor包 https://pypi.python.org/pypi/supervisor 解压 ...

  8. rune is alias of int32

    I think chendesheng's quote gets at the root cause best: Go uses a lot of signed values, not just fo ...

  9. Java代码之输出参数和(强制类型转换)

    说明(因为Java中java Application的参数都是默认的字符型的数据,所以需要强制类型转换这一步骤) 设计思想: 向系统里输入若干个参数,计算出参数个数,利用for语句计算出参数的和.(程 ...

  10. js、jquery的入口函数及其执行与图片加载的先后顺序

    js的入口函数写法: window.onload = function() { }; 如果文件中有多个window.onload入口函数,则只会执行最后一个,之前的入口函数没有用. jquery的入口 ...