Update and rename README.md to BDCCOIN#261
Conversation
|
Initial BDCCOIN app structure added.
|
1 similar comment
|
Initial BDCCOIN app structure added.
|
|
cd BDCCOIN_APP |
|
flutter pub get |
|
flutter build apk --release |
|
build/app/outputs/flutter-apk/app-release.apk |
|
flutter build apk --release |
|
build/app/outputs/flutter-apk/app-release.apk |
|
android { |
|
adb install build/app/outputs/flutter-apk/app-release.apk |
|
FILE_ID = 1AbCDeFgHiJKLmNopQRstuVWxyz |
fanifanaseki
left a comment
There was a problem hiding this comment.
flutter pub get
flutter build apk --release
|
cd bdccoin |
BDCCOIN