android - How to use adb with genymotion on mac? -
android - How to use adb with genymotion on mac? -
i using cordova build apps android, on mac os x 10.9.4.
i using genymotion create virtual devices.
yesterday able 'cordova run android' apps run on genymotion virtual device.
today, thought repeated steps took yesterday, can't work.
i start adb server (with genymotion not running) with
adb start-server
adb server starts fine:
* daemon not running. starting on port 5037 * * daemon started *
i can see it's there
lsof -i tcp:5037 adb 19131 bw 7u ipv4 0x3c0bc54e449e35f5 0t0 tcp localhost:5037 (listen)
there's no devices attached
adb devices
so far good
now when start genymotion, , start virtual device, adb seems have been killed , cannot start because virtual device has apparently killed , started own adb instance
unknown-6c-40-08-9b-25-2c:todo bw$ adb devices adb server out of date. killing... cannot bind 'tcp:5037' adb server didn't ack * failed start daemon * error:
this gives me no way add together device adb can access doing
cordova run android
this command fails, because can't find running device.
i tried running adb start-server root, genymotion couldn't kill it, genymotion virtual device wouldn't start up.
what gives? grateful ideas.. thanks!
well, it's not exclusively satisfactory, have got work.
when alter settings in genymotion under settings->adb tab reference android sdk rather built-in genymotion android tools, works fine. that's great, don't understand how can have been working yesterday before changed setting. oh well. help someone.
android osx cordova genymotion
Comments
Post a Comment