IOException everytime I try to upload anything to android emulator

后端 未结 6 1383
暗喜
暗喜 2021-02-10 04:40

I\'m using Windows 7 Ultimate 64 bit edition and Eclipse 3.5 with the Android plugin. Every time I create a new project and try to publish it, I get an error like this:

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-10 04:50

    I got this error about every 30-40 compilations. I don't how, but this solution work for me.

    Go to bin/ folder and rename your EPG3-debug.apk file to EPG3.apk (if you are using debug mode) or EPG3-release.apk to EPG3.apk (in Run mode), return to Eclipse, now you can Debug/Run your application. This should "unchoke" this whole situation, so you can make changes in your code and next time Debug/Run program normally (until you get this error once again, then you must repeat this tip).

提交回复
热议问题