故障现象: 以前安装过该软件,但是卸载了之后再次安装的时候就有报错: uh oh-bluestacks cannot be installed on this pc because you already have another program that uses a "dock" (friendly control bar along the side of your screen) you"ll need to uninstall this other program before bluestacks will install successfully email us at support@bluestacks.com if you need any help th...[ 查看全文 ]
模拟器(emulator.exe) 可以在 Android SDK 的安装目录下的 tools 文件夹找到运行文件(F:GPhoneandroid-sdk-windows-1.0_r1 ools),双击运行模拟器。 安装 APK 包 adb install [-l] [-r] - push this package file to the device and install it '-l' means forward-lock the app '-r' means reinstall the app, keeping its data 例如:adb install F:GphoneMyCodeHelloAndroidinHelloAndroid.apk 查...[ 查看全文 ]