Intellij 【Intellij】ショートカット 最低限のショートカットしか使用していませんでしたが、有効に使えばより作業効率を挙げられそうだったので使えそうなのをまとめてみます。コマンドはWindows版です。 目次 個人的によく使用しているコマンドには★マーク付けます ... 2022.12.19 IntellijJava
Gradle class file has wrong version 61.0, should be 55.0 Please remove or make sure it appears in the correct subdirectory of the classpath. 理由 ビルド・コンパイルに利用しているSDKとビルドスクリプトに記載されているターゲットバージョンが一致していません.特にビルド・コンパイルに利用しているSDKがビルドスクリプトが要求するバージョンより低い場合に上記のようなエラーが... 2022.12.10 GradleIntellijJava
docker ERROR: TLS configuration is invalid – make sure your DOCKER_TLS_VERIFY and DOCKER_CERT_PATH are set correctly. You might need to run `eval “$(docker-machine env default)”` Intellij + docker-compose.ymlで発生するError 題目の通り,Intellij上でdocker-composeを実行すると上記のErrorが発生することがあります. Terminal上でdocke... 2022.08.22 dockerIntellij
Android 【まとめ】Jetpack Compose Jetpack ComposeとKotlinの両方が初めての人用に記載します.Kotlin特有の記載方法が満載で,Javaから移行した身としては一気に理解するのがしんどいため,学習を兼ねてまとめていきます. State Com... 2022.02.01 AndroidIntellijKotlin
Android gradle-wrapperは.gitignoreに含めるべきか 結論:含めるべき 公式サイトで大変親切に解説されていました.gradle-wrapperをVersion Controlシステムに追加することで,全員がgradle-wrapperをもとにして同一環境でビルド可能とのこと ... 2022.02.01 AndroidIntellijUncategorized
Android SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project’s local properties SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in... 2022.01.31 AndroidIntellij
Android Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. Javaの要件を満たしていない Android Gradle Pluginで7.0.0以上を使用する場合(Android Studioで言えば2020.3のArctic Fox以降),Java11が必須要件となりました.知らずにビル... 2022.01.31 AndroidIntellij
Android This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2021.1.1 or newer. 環境 自分でも調査した限り,IntellijでAndroidを動かそうとしている人がよくはまっているように見えました.私のIntellij環境は以下です.なお,Android Studio使っている方とIntellijの方両方に分か... 2022.01.31 AndroidIntellij
docker 【Intellij】SpringBootをdockerでやってみる【Windows】 Spring BootをDockerで始める Quick Start Guideは以下にあります.以下をIntellij経由で実行しようとしてもうまく出来なかったので記録しておきます. docker fow win... 2021.08.23 dockerIntellijSpringBootWindows
Intellij 【Intellij】Fileのエンコーディングを変更する方法 まとめて設定 基本的にはGlobal Encodingに設定されているEncodingでファイルの読み書きがされます.特定のModuleやファイルにのみ別のEncodingを指定したい場合には,Pathからフォルダを選択して設定しま... 2021.08.12 Intellij