64-bit Eclipse won't install .apk on Android emulator

后端 未结 4 1891
遇见更好的自我
遇见更好的自我 2020-12-20 01:33

On Windows 7 64-bit, running Eclipse 3.6 64-bit, JDK (jdk1.6.0_23) 64-bit and Android 2.3 (bitness?), running a program via Eclipse\'s Run|Run (Ctrl+F11) invokes the android

4条回答
  •  感情败类
    2020-12-20 02:17

    I suppose that 32-bit ADB waits for 32-bit JDK. Just install 32-bit JDK - and everything should work after that. i'm running Android SDK on 64 bit machine with both installed JDK's 32 and 64 bits - and everything is OK

提交回复
热议问题