mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 12:15:52 +03:00
[GH-ISSUE #221] Building flutter application inside container #160
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alessss on GitHub (Dec 27, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/221
I'm trying to build android app with flutter inside https://github.com/budtmo/docker-android container.
I install flutter inside the container (flutter doctor says everything is ok), clone latest version of my code.
When I run
I get
What's wrong? Looks like the container is intended for building android apps?
@budtmo commented on GitHub (Jan 7, 2020):
Hi @alessss ,
probably you miss other dependency(ies) that is(are) needed to build your application. Feel free to open the PR to add that dependency(ies) inside the Docker container.
@alessss commented on GitHub (Jan 8, 2020):
Usind javiersantos/android-ci:28.0.3 to build application fixed the issue. Thanks.