adjust / flutter_sdk

This is the Flutter SDK of
MIT License
58 stars 49 forks source link

apk not found in build/app/outputs/apk after adding adjust-sdk #65

Closed xiejinpeng007 closed 2 years ago

xiejinpeng007 commented 2 years ago

Normally , the apk will be generate both in folder build/app/outputs/apk and build/app/outpus/flutter-apk. But after adding adjust-sdk (4.29.1) , folder build/app/outputs/apk is not generated. Is this a bug from adjust-sdk?

截屏2021-10-19 下午2 14 05
uerceg commented 2 years ago

Hi @xiejinpeng007,

In theory, it shouldn't be related to our SDK. What determines folder structure inside of the build directory in Android is usually Gradle version. Did you maybe update your Gradle version before you started to notice that output of your APK is on different location?

uerceg commented 2 years ago

Closing this one since it doesn't appear to be SDK related issue, but in case you have further questions on this topic, feel free to ping in here. Cheers!