Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve developer setup instructions in README (#194)
I encountered the following exception when trying to run the flutter app in an Android device with `flutter run`: A problem occurred evaluating project ':app'. > path may not be null or empty string. path='null' It turns out I needed to create a flutter keystore and add a key.properties file to the project, as described here: https://flutter.dev/docs/deployment/android So I’ve updated the developer setup instructions in the README to make these extra steps clearer.
- Loading branch information