Z1W3
Z1W3
```rust #[link(name = "android")] // add this extern "C" { pub fn AAssetManager_fromJava(env: *mut JNIEnv, assetManager: jobject) -> *mut AAssetManager; } ```
``` var topPageInfo = BoostNavigator.instance.getTopPageInfo(); var getPageInfo = BoostNavigator.instance.getPageInfoByContext(myContext!); 'topPageInfo = ${topPageInfo?.pageName}, getPageInfo = ${getPageInfo?.pageName}'.printLog(Level.error); /// topPageInfo = /flutter/retrievePasswordPage, getPageInfo = /flutter/loginPage ``` 在栈顶页面通过context获取页面信息 获取的是 initialRoute 的信息内容
android R沙箱问题,导致 gallary 在裁剪后无法将图片保存至应用沙箱内部
```groovy distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip ... classpath "com.android.tools.build:gradle:4.1.1" classpath 'com.github.kezong:fat-aar:1.3.5' ... flavor1ReleaseEmbed(name: "XXXA", ext: "aar") ``` ```log A problem occurred configuring project ':sdk'. > Failed to notify dependency resolution listener. > Configuration with...