-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Possibility to develop android with gradle #3008
Comments
Can you share workspace creation logs? How do you create a workspace? Custom stack? |
Thanks for your help. dockerfile combined from In dialog, it shows: Unable to start workspace agent. Error when trying to FROM codenvy/ubuntu_jdk8 ENV GRADLE_VERSION=2.3 RUN wget -P /home/user/ --quiet https://services.gradle.org/ ENV MAVEN_VERSION=3.3.9 LABEL che:server:6080:ref=VNC che:server:6080:protocol=http RUN echo "%sudo ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && USER user RUN sudo dpkg --add-architecture i386 && ADD index.html /opt/noVNC/ ENTRYPOINT ["/home/user/entrypoint.sh"] WORKDIR /projects CMD tail -f /dev/null On 8 November 2016 at 16:04, Eugene Ivantsov notifications@github.com
[dev-machine] [DOCKER] Step 1 : FROM codenvy/ubuntu_jdk8 |
Dear @michaellee8, you can simply extends codenvy android base image: https://gist.github.com/AndrienkoAleksandr/51ab8d885795f884d7d54f7049c55e6c Actually you can fix your recipe like this: https://gist.github.com/AndrienkoAleksandr/fbadffa9e8a2b6e51a7b48ee93d2436f but in this case you need create folder, move here your corrected recipe, add files: https://gist.github.com/AndrienkoAleksandr/51ab8d885795f884d7d54f7049c55e6c is simpler. |
Great help @AndrienkoAleksandr , I will test it with libgdx when I have time, Issue can be closed now. |
Possibility to develop android with gradle
I am using gradle to develop my android application (Actually libgdx which use gradle to build). I try to make a workspace for that by modifying recipe ubuntu_android by adding lines in ubuntu_gradle in it.
However, when I try to use the workspace like that, it shows error when building it, could someone write a usable recipe for gradle + android?
Thank you.
The text was updated successfully, but these errors were encountered: