mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2521 from flutter/Hixie-patch-1
Mention android:debuggable in CONTRIBUTING.md
This commit is contained in:
commit
73b43d254d
@ -87,6 +87,11 @@ connected Android device, from that directory you would run:
|
||||
|
||||
* `flutter start --engine-src-path /path/to/engine/src -t tabs.dart`
|
||||
|
||||
If you're going to be debugging crashes in the engine, make sure you add
|
||||
`android:debuggable="true"` to the `<application>` element in the
|
||||
`android/AndroidManifest.xml` file for the Flutter app you are using
|
||||
to test the engine.
|
||||
|
||||
### Desktop (Mac and Linux), for tests
|
||||
|
||||
* `gclient sync` to update your dependencies.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user