You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the name of my android application module is not "app", so the flutter-boot link to android can not be done.
According to the code in android/link.js buildGradle () { return path.join(this.nativePath, 'app/build.gradle') }
The text was updated successfully, but these errors were encountered:
following the flutter_tools design, we also default to the app directory as the android application module, so it is not supported yet.
You can try to rename your module as "app", but we will consider this case , thanks for your feedback.
the name of my android application module is not "app", so the flutter-boot link to android can not be done.
According to the code in android/link.js
buildGradle () { return path.join(this.nativePath, 'app/build.gradle') }
The text was updated successfully, but these errors were encountered: