Replies: 1 comment
-
| 
         Hi, firstly could you please check whether following the Quickstart page results in error or not? If not, one may be to mimic and bisect to locate and fix the error.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
First
flutter runthenI/flutter ( 4045): Invalid argument(s): Failed to load dynamic library 'libcore.so': dlopen failed: library "libcore.so" not foundThis libcore.so is not packaged into the apk.
The project can run normally on Windows, but Android cannot find the so.
I checked the issues and saw a compile error related to openssl-sys causing the same problem. However, I did not use openssl-sys and did not encounter a compile error. I also encountered this problem.
It's worth mentioning that I used build.gradle.kts
Cargo.toml
Beta Was this translation helpful? Give feedback.
All reactions