MoLulu

Results 9 comments of MoLulu

I'm trying to update `android_configure.sh`, the following is my work: ```shell #!/bin/bash -e if test -z ${ANDROID_NDK_HOME} ; then echo "Environment variable ANDROID_NDK_HOME not defined." echo "This should point to...

I have the same problem in my app, the resources of the third-party aar in the dynamic feature module cannot be found.

This error is actually due to the aapt2 version being too low. Upgrading the bundletool version in this project can solve the problem.

Activity: fun getRenderMode() = RenderMode.texture Fragment: FlutterFragment.renderMode(RenderMode.texture)

```groovy buildscript { repositories { mavenCentral() mavenLocal() google() maven { url 'https://raw.githubusercontent.com/xeemoo/AabResGuard/mvn-repo' } } dependencies { classpath "com.bytedance.android:aabresguard-plugin:0.1.12" } } ``` You can try this modified version

是BundleTool以及aapt2版本太低导致的,修改代码升级bundletool版本即可

> > 是BundleTool以及aapt2版本太低导致的,修改代码升级bundletool版本即可 > > 大佬有修改的版本吗?我也想升级和修改来着,clone下来发现一些依赖都没法成功下来😂,一堆报红 @fanqGithub 我改了一个

Hello, I'm thrilled to have found an unofficial alternative to xapp. I haven't started using it yet. Recently, while transferring photos through xapp, my camera ran out of battery, which...