そういうのがいいブログ

アプリ個人開発 まるブログ

アプリ開発覚え書き

【Unity】Androidビルドエラー java.lang.UnsupportedOperationException: This feature requires ASM7 See the Console for details. 最低APIレベルを24にすることで解決しました。

環境

Unity 2021.3.27f1
Google Mobile Ads Unity Plugin v8.5.1
Target API Level 33

はじめに

Androidでビルドしたところ下記のエラーが発生

java.lang.UnsupportedOperationException: This feature requires ASM7 See the Console for details.

解決した方法

最低APIレベルを24 (Android7.0 'Nougat'(API level 24) )にすることで解決

おわりに

先人の記事に感謝!

参考

teammoko.jp