Android Studioで初めてビルドを試みましたが、エラーがでてできません。
Q&A
Closed
解決したいこと
Android Studioで初めてビルドを試みましたが、エラーがでてできません。
解決方法を教えて下さい。
発生している問題・エラー
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> Kotlin could not find the required JDK tools in the Java installation '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home' used by Gradle. Make sure Gradle is running on a JDK, not JRE.
* 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 1s
Exception: Gradle task assembleDebug failed with exit code 1
使っている Virtual Device は「Pixel 3a API 28」です。
macOS Big Sur ver11.5です。
自分で試したこと
エラー文をかいつまんで色々検索しましたが、ほとんど何も情報が出てこずお手上げ状態です。
0