美文网首页
Specify adb device for gradlew c

Specify adb device for gradlew c

作者: JaedenKil | 来源:发表于2021-08-05 11:00 被阅读0次

    If there are multiple adb devices:

    $ adb devices
    List of devices attached
    123456789ABCDEF device
    xx.yy.zz.ww:5555        device
    

    Specify device 123456789ABCDEF to run cDAT:

    ANDROID_SERIAL=123456789ABCDEF ./gradlew cDAT
    

    相关文章

      网友评论

          本文标题:Specify adb device for gradlew c

          本文链接:https://www.haomeiwen.com/subject/ytrmvltx.html