Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/234.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 为我的模拟器使用Google play服务_Android - Fatal编程技术网

Android 为我的模拟器使用Google play服务

Android 为我的模拟器使用Google play服务,android,Android,我按照程序安装了两个apk 我走的路是: C:\Users\<your user name>\Downloads\adb install com.android.vending.apk C:\Users\\Downloads\adb安装com.android.vending.apk 我收到了下面这样的信息 它告诉我们。。。。有多个设备模拟器 但我只有一个:: 我怎样才能解决这个问题 [编辑] 指定特定的设备/仿真器: $ adb -s emulator-5554 inst

我按照程序安装了两个apk

  • 我走的路是:

    C:\Users\<your user name>\Downloads\adb install com.android.vending.apk
    
    C:\Users\\Downloads\adb安装com.android.vending.apk
    
    我收到了下面这样的信息

    它告诉我们。。。。有多个设备模拟器

    但我只有一个::

    我怎样才能解决这个问题

    [编辑]

    指定特定的设备/仿真器:

    $ adb -s emulator-5554 install com.android.vending.apk
    

    指定特定的设备/仿真器:

    $ adb -s emulator-5554 install com.android.vending.apk
    

    如果您需要Google Play on Emulator-您可以安装#adb设备-用于检查连接的设备#adb kill server/#adb start server/#adb connect“192.168.56.103”或尝试#adb disconnect“设备ip”如果您需要Google Play on Emulator-您可以安装#adb设备-用于检查连接的设备#adb kill server/#adb start server/#adb connect“192.168.56.103”或尝试#adb disconnect“设备ip”