cocos3.14+android studio 编译的时候,出现 错误: 程序包com.enhance.gameservice不存在,后来发现是build.grandle中,需要添加
buildFeatures { aidl true }
这样就能编译过了
cocos3.14+android studio 编译的时候,出现 错误: 程序包com.enhance.gameservice不存在,后来发现是build.grandle中,需要添加
buildFeatures { aidl true }
这样就能编译过了