aloisdeniel / vsts-flutter-tasks

Flutter build tasks for Azure DevOps Pipelines/TFS.
https://marketplace.visualstudio.com/items?itemName=aloisdeniel.flutter
107 stars 83 forks source link

My apk doesn't contain java integration code #64

Open brandonluizz opened 4 years ago

brandonluizz commented 4 years ago

Hi everyone!

I'm having a problem when I generate apk using Flutter Build.

My application have some java sdk integration, which when I generate my apk using Flutter Build these things aren't included in it. But, when I generate by using Android Studio it works fine. I've been trying everything to solve it, but I don't have more ideas.

For example, my apk generated by Android Studio have 26mb, but when it's generated by Flutter Build it have 14mb.

Sorry if I'm not clear enough, I can show you more examples if you need it.