且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法获得Android模拟器在Linux下工作

更新时间:2023-01-01 09:57:03

这将工作:

1)在Eclipse中创建一个手机采用了Android虚拟设备管理器
   (导航栏|窗口| Android虚拟设备管理器)

1) Create a Phone in Eclipse using the Android Virtual Device Manager (Navigation Bar | Window | Android Virtual Device Manager)

2)打开终端:yourInstallationFolder / SDK /工具

2) Open a terminal in: yourInstallationFolder/sdk/tools

3)类型:./emulator @theNameofYourPhone -force了32bit

3) Type: ./emulator @theNameofYourPhone -force-32bit