Giter Site home page Giter Site logo

Comments (2)

waltercruz avatar waltercruz commented on June 3, 2024

the output of ./node_modules/.bin/native-run android --app /Users/waltercruz/devel/adb-test/android/app/build/outputs/apk/debug/app-debug.apk --target Pixel_7_API_33 --verbose

  adb-test (main) ✗)./node_modules/.bin/native-run android --app /Users/waltercruz/devel/adb-test/android/app/build/outputs/apk/debug/app-debug.apk --target Pixel_7_API_33 --verbose
  native-run:android:utils:sdk:resolveSDKRoot Looking for $ANDROID_HOME +0ms
  native-run:android:utils:sdk:resolveSDKRoot Looking for $ANDROID_SDK_ROOT +1ms
  native-run:android:utils:sdk:resolveSDKRoot Using $ANDROID_SDK_ROOT at /Users/waltercruz/Library/Android/sdk +1ms
  native-run:android:utils:sdk:resolveEmulatorHome Looking for $ANDROID_EMULATOR_HOME +0ms
  native-run:android:utils:sdk:resolveEmulatorHome Looking at $HOME/.android +0ms
  native-run:android:utils:sdk:resolveEmulatorHome Using $HOME/.android/ at /Users/waltercruz/.android +0ms
  native-run:android:utils:sdk:resolveAVDHome Looking for $ANDROID_AVD_HOME +0ms
  native-run:android:utils:sdk:resolveAVDHome Looking at $HOME/.android/avd +0ms
  native-run:android:utils:sdk:resolveAVDHome Using $HOME/.android/avd/ at /Users/waltercruz/.android/avd +0ms
  native-run:android:utils:adb:getDevices Invoking adb with args: [ 'devices', '-l' ] +0ms
  native-run:android:utils:sdk:getSDKPackage Parsing /Users/waltercruz/Library/Android/sdk/platform-tools/package.xml +0ms
  native-run:android:utils:adb:parseAdbDevices Parsing adb devices from output lines: [
  native-run:android:utils:adb:parseAdbDevices   'List of devices attached',
  native-run:android:utils:adb:parseAdbDevices   'emulator-5554          device product:sdk_gphone64_x86_64 model:sdk_gphone64_x86_64 device:emu64x transport_id:1',
  native-run:android:utils:adb:parseAdbDevices   'emulator-5562          offline transport_id:31',
  native-run:android:utils:adb:parseAdbDevices   '',
  native-run:android:utils:adb:parseAdbDevices   ''
  native-run:android:utils:adb:parseAdbDevices ] +0ms
  native-run:android:utils:adb:getDeviceProperties Invoking adb with args: [ '-s', 'emulator-5554', 'shell', 'getprop' ] +0ms
  native-run:android:utils:adb:getDeviceProperties Invoking adb with args: [ '-s', 'emulator-5562', 'shell', 'getprop' ] +0ms
ADBs is unresponsive after 5000ms, killing server and retrying...
  native-run:android:utils:adb:execAdb ADB timeout of 5000 reached, killing server and retrying... +0ms
  native-run:android:utils:adb:execAdb Invoking adb with args: [ 'kill-server' ] +0ms
  native-run:android:utils:adb:execAdb Invoking adb with args: [ 'start-server' ] +18ms
  native-run:android:utils:adb:execAdb Retrying... +3s
  native-run Caught fatal error: Error: Command failed: /Users/waltercruz/Library/Android/sdk/platform-tools/adb -s emulator-5562 shell getprop
  native-run * daemon not running; starting now at tcp:5037
  native-run * daemon started successfully
  native-run adb: device offline
  native-run
  native-run     at genericNodeError (node:internal/errors:984:15)
  native-run     at wrappedFn (node:internal/errors:538:14)
  native-run     at ChildProcess.exithandler (node:child_process:422:12)
  native-run     at ChildProcess.emit (node:events:518:28)
  native-run     at maybeClose (node:internal/child_process:1105:16)
  native-run     at Socket.<anonymous> (node:internal/child_process:457:11)
  native-run     at Socket.emit (node:events:518:28)
  native-run     at Pipe.<anonymous> (node:net:337:12) {
  native-run   code: 1,
  native-run   killed: false,
  native-run   signal: null,
  native-run   cmd: '/Users/waltercruz/Library/Android/sdk/platform-tools/adb -s emulator-5562 shell getprop',
  native-run   stdout: '',
  native-run   stderr: '* daemon not running; starting now at tcp:5037\n' +
  native-run     '* daemon started successfully\n' +
  native-run     'adb: device offline\n'
  native-run } +0ms
Error: Command failed: /Users/waltercruz/Library/Android/sdk/platform-tools/adb -s emulator-5562 shell getprop
* daemon not running; starting now at tcp:5037
* daemon started successfully
adb: device offline

    at genericNodeError (node:internal/errors:984:15)
    at wrappedFn (node:internal/errors:538:14)
    at ChildProcess.exithandler (node:child_process:422:12)
    at ChildProcess.emit (node:events:518:28)
    at maybeClose (node:internal/child_process:1105:16)
    at Socket.<anonymous> (node:internal/child_process:457:11)
    at Socket.emit (node:events:518:28)
    at Pipe.<anonymous> (node:net:337:12)

from native-run.

waltercruz avatar waltercruz commented on June 3, 2024

ok, it seems that Ventura 13.6.6 broke something.

Someone with that version of Ventura that wanna help me confirm?

from native-run.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.