万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    Androidビルドエラー

    ┌─ Flutter Fix ─────────────────────────────────────────────────────────────────────────────────┐
    │ The plugin firebase_analytics requires a higher Android SDK version.                          │
    │ Fix this issue by adding the following to the file                                            │
    │ /Users/shinriyo/development/MKBContainerFortune/android/app/build.gradle:                     │
    │ android {                                                                                     │
    │   defaultConfig {                                                                             │
    │     minSdkVersion 19                                                                          │
    │   }                                                                                           │
    │ }                                                                                             │
    │                                                                                               │
    │ Note that your app won't be available to users running Android SDKs below 19.                 │
    │ Alternatively, try to find a version of this plugin that supports these lower versions of the │
    │ Android SDK.                                                                                  │
    │ For more information, see:                                                                    │
    │ https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration          │
    └───────────────────────────────────────────────────────────────────────────────────────────────┘
    Exception: Gradle task assembleDebug failed with exit code 1