【Cordova】Androidエミュレーターにおいて「Device Manager Unable to locate adb」エラーを解決する方法

Android Studioのアップデートを行ったあとに、CordovaのアプリデバッグのためにAndroidエミュレーターを起動すると、Device Manager Unable to locate adbというメッセージが表示されるようになりました。

今回は、このエラーの解決方法を説明します。

Continue reading

【Cordova】No installed build tools found. Please install the Android build tools version 30.0.3.の原因について

最近購入した中古PCにCordovaのビルド環境を構築し、android-targetSdkVersionを30に設定してビルドを実行したところ、以下のエラーが発生しました。
※中古PCについては、別の機会に紹介します。

No installed build tools found. Please install the Android build tools version 30.0.3.

どうやら、Cordovaではなく、Android Studioの方に問題があるようです。

Continue reading