When i take build for the flutter app using fastlane, the apk is being generated in a build folder outside android folder.
The message after successful build of android is
Couldn't find any new signed apk files...
The generated paths are all empty.
But i found a generated apk outside the android folder in path
build/app/outputs/apk/release/app-release.apk
Will be the generated apk path be constant or will change with the future releases of flutter? How to solve this issue?
Also the github issue for the same has been closed due to lack of inactivity. ref: github
from Fastlane Android Build in flutter issue
No comments:
Post a Comment