Quantcast
Channel: How to use --split-debug-info=// - Stack Overflow
Browsing all 6 articles
Browse latest View live

Answer by Kab Agouda for How to use --split-debug-info=//

The ideal directory would be : build/app/outputs/symbolsSo :--split-debug-info=build/app/outputs/symbolsThe /<directory> can also be replaced with the relative path of the project or exact...

View Article



Answer by Suvam Prasad for How to use --split-debug-info=//

It is recommended if you are going to upload it on Play Store.flutter build appbundle --target-platform android-arm,android-arm64,android-x64

View Article

Answer by Gábor for How to use --split-debug-info=//

A reasonable value would be:--split-debug-info=build/app/outputs/symbolsThis puts it into a logical place near where the actual result files would appear, anyway.

View Article

Answer by Galeen for How to use --split-debug-info=//

If you use different targets and flavors, place the flavor last, other way is not obfuscating for some reasonflutter build apk -t lib/flavors/company_a/prod.dart --obfuscate...

View Article

Answer by SaloGala for How to use --split-debug-info=//

First of all, make sure you are using a version of Flutter framework>= 1.16.2, you can check it by running:flutter --versionAnd if it's not the case, you can upgrade the Flutter framework by...

View Article


How to use --split-debug-info=//

In the command below, how to use --split-debug-info=/<project-name>/<directory>flutter build apk --obfuscate --split-debug-info=/<project-name>/<directory>When I declare...

View Article
Browsing all 6 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>