Android Studio 新建module报错:No signature of method

android平台uni原生插件开发过程中,使用Android Studio 新增 module 报错

选择app --> create new module ,填写相关信息
Android Studio 新建module报错:No signature of method_第1张图片
Android Studio 新建module报错:
Android Studio 新建module报错:No signature of method_第2张图片

原因:Android Studio 版本过高,新增了namespace,对于uni的模板项目是不能够识别的
解决:
(1)删除build.gradle文件中的namespace这一行
Android Studio 新建module报错:No signature of method_第3张图片
(2)将build.gradle文件中的namespace的值改回到新建插件文件夹中AndroidMainfest.xml文件中

Android Studio 新建module报错:No signature of method_第4张图片
(3)build.gradle文件更新后,可以看到新增的模块了。
Android Studio 新建module报错:No signature of method_第5张图片
解决方案参考视频:
https://www.bilibili.com/video/BV1ek4y187iE/?vd_source=a56283555d9863764720f72e43df462e

你可能感兴趣的:(解决清单,android,studio,android)