lxp
lxp
Same here. But example DemoApp work well. I copied `unity/DemoApp` to a new flutter demo project and it works. I found my UnityFramework.framework folder missing `Headers` and `Modules` folders. I...
> any other Solutions here? I have the same Issue and @lxp-git where did you find those Headers and Modules? @kimhenneken By build project `flutter-unity-view-widget/example`.
> https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-native-alipay/file/package.json > > 使用的时候 @uiw/react-native-alipay 组件安装不会有 `example` 示例目录,应该不会错误。 > > `example` 目录示例只需要保证测试 @uiw/react-native-alipay 组件有没有问题就可以了吧。 @justjavac 还是改成implementation (name: 'alipaysdk-15.8.03.210428205839', ext: 'aar')吧,真有问题
> https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/[email protected]/file/android/build.gradle > > ```java > // 支付宝 SDK AAR 包所需的配置 > // implementation (name: 'alipaysdk-15.8.03.210428205839', ext: 'aar') > implementation fileTree(dir: "libs", include: ["*.aar"]) > ``` > > https://github.com/uiwjs/react-native-alipay/blob/a9073920baefcd198806acd884e1402d1ddb5f27/android/build.gradle#L77-L79 >...
> gradle4 只支持`implementation (name: 'alipaySdk-15.7.7-20200702160044', ext: 'aar') ` 这种方式? @jaywcjlove 不是只支持啊,看报错提示的意思好像是模块不能直接依赖arr,会导致resource资源出问题? 具体不知道你可以试试,我这边改了然后编译过了😂能用就行
> @lxp-git 欢迎提交 PR @jaywcjlove 光是改插件还不行,要把依赖包加载app模块里面,或者在project的allprojects里面写上flatDir { dirs "$rootDir/../node_modules/@uiw/react-native-alipay/android/libs" },这两个方案吧。🤣白嫖了帮助下后面白嫖的吧
咋注入的在哪里注入的?
workaround: upgrade from macOS12, `-cpu Haswell-noTSX` boot success on my AMD5950X