万年素人からHackerへの道

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

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

    Androidでビルドの

    FAILURE: Build failed with an exception.
    
    * What went wrong:
    Could not determine the dependencies of task ':app:compileReleaseKotlin'.
    > Failed to install the following Android SDK packages as some licences have not been accepted.
         build-tools;28.0.3 Android SDK Build-Tools 28.0.3
         platforms;android-29 Android SDK Platform 29
      To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
      Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html
    
      Using Android SDK: /Users/shinriyo/Library/Android/sdk
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    
    * Get more help at https://help.gradle.org
    
    BUILD FAILED in 46s

    なんだろ

    ライセンス? flutter doctor

        ✗ Flutter requires Android SDK 28 and the Android BuildTools 28.0.3
          To update using sdkmanager, run:
            "/Users/shinriyo/Library/Android/sdk/tools/bin/sdkmanager"
            "platforms;android-28" "build-tools;28.0.3"
          or visit https://flutter.dev/docs/get-started/install/macos#android-setup
          for detailed instructions.
        ✗ Android licenses not accepted.  To resolve this, run: flutter doctor
          --android-licenses

    yes /Users/shinriyo/Library/Android/sdk/tools/bin/sdkmanager --update || exit 0 だと永久ループになったw 勝手に答えるんだと思うけど

    /Users/shinriyo/Library/Android/sdk/tools/bin/sdkmanager  --update

    でいいや