failed-installation

Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED?

痴心易碎 提交于 2019-11-26 03:58:01
问题 I am developing a small application that lists all the applications present/ installed on the android device. But I\'m getting the below error while i\'m trying to run the code. Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED Please can any one help me to sort out this error. 回答1: Activity name should be prefixed with "." in your manifest file. 回答2: There could be another reason for this error. The attribute android:taskAffinity="string" Should always start with a dot, like:

OSX El Capitan: sudo pip install OSError: [Errno: 1] Operation not permitted

可紊 提交于 2019-11-26 02:27:24
问题 When I run: sudo pip install ipython I get the following error OSError: [Errno: 1] Operation not permitted: \'/System/Library/Frameworks/Python.framework/Versions/2.7/share\' The last command executed tries to create the directory given above. Also, the following command fails to install iPython without providing any errors. sudo pip install --user python (I am on Mac OS X El Capitan in case other folks on this OS see the same issue.) 回答1: Instructions telling sudo pip install are inherently

INSTALL_FAILED_MISSING_SHARED_LIBRARY error in Android

与世无争的帅哥 提交于 2019-11-26 02:07:58
问题 When I am trying to run an android application which uses Google API I get the following error [2009-07-11 11:46:43 - FirstMapView] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2009-07-11 11:46:43 - FirstMapView] Please check logcat output for more details. [2009-07-11 11:46:44 - FirstMapView] Launch canceled! Can anyone help me solve this error? 回答1: To get past INSTALL_FAILED_MISSING_SHARED_LIBRARY error with Google Maps for Android: Install Google map APIs. This can be done

error: Unable to find vcvarsall.bat

半城伤御伤魂 提交于 2019-11-26 01:18:14
问题 I tried to install the Python package dulwich: pip install dulwich But I get a cryptic error message: error: Unable to find vcvarsall.bat The same happens if I try installing the package manually: > python setup.py install running build_ext building \'dulwich._objects\' extension error: Unable to find vcvarsall.bat 回答1: Update : Comments point out that the instructions here may be dangerous. Consider using the Visual C++ 2008 Express edition or the purpose-built Microsoft Visual C++ Compiler