Could not find ****.apk + android

前端 未结 11 1806
别跟我提以往
别跟我提以往 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:39

    I experienced that problem, too, when I created an android project that was using an android library. Obviously I didn't know how to incorporate a library into an application the right way. I wrongly used project dependencies (Java Build Path/projects) or adding a library (Java Build Path/Libraries). While all I had to do was go to the Android tab and import my android library by means of the add button from the Library section.

提交回复
热议问题