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

前端 未结 5 1424
既然无缘
既然无缘 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:52

    To fix error i did following task:

    1. Run the Android application (Right click on the Project >>Run As >>> Android Application)it will start your emulator then let the emulator run.

    2. Then check whether PATH variable in the Environment Variables set it to Android SDK Tools directory.

    3. Then go to command prompt give command 'ddms' to start the Dalvik Debug Monitor.

    4. Then again run the application as explained in the step 1.

    Then see the emulator screen to see required result.

提交回复
热议问题