I am using androidlive3.0 OS in my virtual box.
I want to install one apk file in that.
I have downloaded that apk file and when I click for installation it is giving me error like “There is some problem in parsing”
How can i solve this problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is your target sdk the level required for Android 3?
Have you exported the apk as a signed APK? You cannot take the apk that is created during development and install it on a device, you need to export (and preferrably sign) it first.
Rgs
AJ