1.exception: obsolete - providing android resources in assets/plugins/android/res was removed, please move your resources to an aar or an android library. see "aar plug-ins and android libraries" section of the manual for more details.
2.解决方法
(1)Assets/Plugin/Android文件夹下,创建res.androidlib文件夹,并把res文件夹移入res.androidlib下
(2)创建AndroidManifest.xml文件,添加以下内容,并文件移入res.androidlib文件夹下
<manifest xmlns:android = "http://schemas.android.com/apk/res/android" package = "custom.android.res" android:versionCode = "1" android:versionName = "1.0" >
</manifest >