2024年8月30日金曜日

ビルドはエラー無く終わるのに、なぜかエミュレーターでアプリ起動してくれない。

参考

SigningReport の表示は無かったけど、
「緑のapp」「エミュレータ名」
ではなく、
「プロジェクト名」「空欄」
になってた。

エミュレータが選択されてない?

緑のappを選択したら、自動的にエミュレータも選択され、
しばらく処理が走った後、アプリ起動した。

2024年8月29日木曜日

XML のエラー

SDK processing. This version only understands SDK XML versions up to 3 but an SDK XML file of version 4 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times.

参考

https://stackoverflow.com/questions/70368175/why-am-i-getting-this-warning-and-how-to-resolve-it-this-version-only-understan

click "Repair IDE" in the Android Studio.