Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what if my Android application module is not named as "app" ? #17

Open
froyohuang opened this issue Nov 6, 2019 · 2 comments
Open

what if my Android application module is not named as "app" ? #17

froyohuang opened this issue Nov 6, 2019 · 2 comments
Assignees

Comments

@froyohuang
Copy link

froyohuang commented Nov 6, 2019

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') }

@sayhixiang
Copy link
Collaborator

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.

@SheepYang1993
Copy link

一样的问题,入口模块不叫'app'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants