好久没有在eclipse下面写东西了,今天写了一个东西,在手机上面运行,发现提示

[2011-04-25 14:19:41 - StandardSensorTest] Android Launch!
[2011-04-25 14:19:41 - StandardSensorTest] adb is running normally.
[2011-04-25 14:19:41 - StandardSensorTest] Could not find StandardSensorTest.apk!

以前可以运行的很多工程也是提示这个信息,到模拟器上面运行发现提示,什么空间不足。

百度第一个问题,得到解决办法:

在工程上面右键,选择Properties,选择Java Build Path的Libraries,然后把

在0425中才发现的关于Could not find xxx.apk!

点上面的Android 2.2,然后点右边按钮Remove,然后apply,然后ok。

然后再在这个工程上面右键,选择android tools->Fix project properties。

再运行就可以了。

相关文章:

  • 2022-01-21
  • 2021-11-05
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
猜你喜欢
  • 2021-12-19
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2021-12-29
相关资源
相似解决方案