E/ddms IllegalArgumentException 'Bad version' with both 32 and 64 bit Java JRE installed

前端 未结 5 1381
既然无缘
既然无缘 2021-01-25 12:25

E/ddms IllegalArgumentException \'Bad version\' with both 32 and 64 bit Java JRE installed

Hello. Working on a Windows 7 Pro 64-bit system, that has the 64-bit Java J

5条回答
  •  佛祖请我去吃肉
    2021-01-25 12:56

    I have the same problem. But I could not get it to work with either an installation of only 32-bit jre nor only 64-bit jre. I never had both versions installed at the same time. Luckily I found this: http://www.lightsoft.se/?p=527.

    Enter these commands in a command prompt after starting an emulator (and leaving it running):

    adb kill-server
    adb logcat-c
    

提交回复
热议问题