-
-
Notifications
You must be signed in to change notification settings - Fork 172
Problems with: Building the app.so (for running your app in Release/Profile mode) #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I moved the both files buildkernel_snapshot.d & buildkernel_snapshot.dill into the build directory and renamed the buildkernel_snapshot.dill to kernel_snapshot.dill. Now the 4. runs through Copied to the Raspberry. When running The following error occurs: After copying app.so from build into build/flutter_assets everything works fine with:
I will suggest the following improvements to help others avoid these problems and avoid the need for U to help them:
|
You need to change all
It's not right, but it's also not really a problem. |
I hope that this isn't an issue but rather a failure of me.
I'm trying to build the app.so to run the app in release mode on my Raspberry.
Anyhow, when I come to step 4 - Building the app.so, I get the following error:
The following commands were made:
3. Inside the app directory:
After that, the both files buildkernel_snapshot.d & buildkernel_snapshot.dill were created in the root directory of my app rather than in the build folder. Is that right?
The text was updated successfully, but these errors were encountered: