vanadium-archive / madb

Multi-device Android Debug Bridge (madb): A command line tool that wraps Android Debug Bridge (adb) and provides various features for controlling multiple Android devices concurrently.
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

madb start extracts incorrect intent for Flutter hello_services project #37

Closed AsturaPhoenix closed 8 years ago

AsturaPhoenix commented 8 years ago

It's not a typical Android project setup, so maybe it's not worth fixing, but it might be an interesting edge case.

Console:

[05157df530fbb53b]  Success
[05157df530fbb53b]  Stopping: null
[05157df530fbb53b]  Starting: Intent { cmp=null/com.example.flutter.ExampleActivity }
[05157df530fbb53b]  Error type 3
[05157df530fbb53b]  Error: Activity class {null/com.example.flutter.ExampleActivity} does not exist.

Project link Manifest

AsturaPhoenix commented 8 years ago

madb start run from the android folder (after gradle wrapper; ./gradlew build)

yyoon commented 8 years ago

I'll take a look at it. Thanks for reporting!

yyoon commented 8 years ago

Turns out it's not specific to the FlutterView setup. I'll post a fix soon.