-
Notifications
You must be signed in to change notification settings - Fork 128
fb-adb fails when overwriting device copy #20
Comments
Thanks. Can repro locally. Seems to be new to API 23.; |
@dcolascione, works fine on my end. Thanks! |
@dcolascione, sorry I didn't catch this earlier but I think this fix broke behavior on API 19 devices. I'm getting the following error when running
I hadn't used this device in a while so maybe it's some conflict between fb-adb version differences. |
Huh. I thought KitKat supported -f. Can you try changing "api_level >= On 09/08/2015 01:23 PM, Stephen Niedzielski wrote:
|
Thanks, that works. Fixed in #22 |
I'm not sure what the scenario that caused it was but it seems I ended up with a copy of fb-adb in /data/local/tmp/fb-adb.
fb-adb shell
printed out the following error:I removed the /data/local/tmp/fb-adb copy using ADB and was able to run fb-adb fine thereafter. I don't know how to repro as it happened only once on an API 23 emulator.
The text was updated successfully, but these errors were encountered: