Could not find ****.apk + android

前端 未结 11 1740
别跟我提以往
别跟我提以往 2020-12-11 17:09

Whenever i am trying to run my project, i am getting this error in the console. \"Could not find **.apk\"

Operating system: windows XP

IDE: Eclipse

相关标签:
11条回答
  • 2020-12-11 17:57

    I am using PhoneGap and I checked several solutions about configuration (properties, build path). However, my problem was that I tried to run everything with the default setup for Eclipse. Then, I solved it going to the SDK manager to install: Android SDK Build-tools, and it worked.

    0 讨论(0)
  • 2020-12-11 17:57

    Mine was caused by this problem (incompatibility between ADT and SDK), and was fixed thus:

    • Eclipse > Help
    • Install New Software
    • Add 'https://dl-ssl.google.com/android/eclipse/' to 'Work With' section and press enter
    • After developer tools appears on the list, check it and click Next
    • Restart eclipse once download is finished
    0 讨论(0)
  • 2020-12-11 18:03

    clean your project and check . eclipse is not building apk file.

    check this thread. It might help you.

    http://groups.google.com/group/android-developers/browse_thread/thread/2c3e45540b915945/f06e10bcda3ad68b?lnk=raot&pli=1

    0 讨论(0)
  • 2020-12-11 18:04

    restart your eclipse and try again

    check this it might be helpful to you

    0 讨论(0)
  • 2020-12-11 18:05

    Update Android SDK, is what did it for me.

    I was building a game with the LibGdx Framework and got the same error. I tried several solutions from various posts at stackoverflow and others.

    Found help in a post at the LibGdx Forum:

    http://www.badlogicgames.com/wordpress/?p=3010 Posted by Mario, on May 18, 2013

    Just updated to ADT 22, so should you. However, the process wasn’t all that smooth. What you need to do:

    • Update the ADT plugin in Eclipse (Help -> Check for Updates)
    • Open the Android SDK Manager, either from within Eclipse, or from your Android SDK folder
    • Fetch all the updates
    • Fetch all the updates again
    • Fetch the updates one more time…

    The end result should be an updated ADT plugin, as well as up to date SDK packages. Make sure you have all three of the ones in the following image, with the exact version numbers.

    I needed to update them only once and from there on it worked. Even if this post is outdated I figured I'll share this, because I lost a day finding nothing.

    0 讨论(0)
提交回复
热议问题