urbanairship / airship-flutter

Flutter integration
Other
17 stars 17 forks source link

Package changes Android build directory #101

Closed grafovdenis closed 2 years ago

grafovdenis commented 2 years ago

Preliminary Info

What Airship dependencies are you using?

4.4.0

Report

What unexpected behavior are you seeing?

Builded APKs appears in ./android/app/build/outputs/apk/$flavor/release/

What is the expected behavior?

Builded APKs are located in ./build/app/outputs/apk/$flavor/release/

What are the steps to reproduce the unexpected behavior?

Add airship_flutter dependency to flavored Flutter project.

Ideas

I think, it can be related with wrong gradle/wrapper location of this repo. I suppose, gradle/wrapper should be located in android/ dir.

rlepinski commented 2 years ago

Thanks for the report, we are looking into this

jyaganeh commented 2 years ago

Hi @grafovdenis, I tried the following, but wasn't able to reproduce this behavior:

  1. flutter create build_dir_test
  2. Added airship_flutter: ^4.4.0 to pubspec.yml and ran flutter pub get
  3. Ran flutter build apk

I'm not seeing anything that changed in our SDK that would obviously cause this to start happening, but did find a couple of possibly related issues:

Are you able to share your build.gradle file and the dependencies section from your pubspec.yml file?

rlepinski commented 2 years ago

Closing due to inactivity