MS-2017-2 / SoundRecorder

A simple sound recording app implementing Material Design
GNU General Public License v3.0
0 stars 0 forks source link

Investigate the project's compilation on Eclipse CHE or an equivalent. #11

Open masmangan opened 6 years ago

masmangan commented 6 years ago

https://www.eclipse.org/che/docs/tutorials/android/index.html

masmangan commented 6 years ago

https://github.com/eclipse/che/issues/3008

masmangan commented 6 years ago

Eclipse utiliza Maven e SoundRecorder utiliza Gradle.

masmangan commented 6 years ago

Instalando Android Studio.

masmangan commented 6 years ago

che

masmangan commented 6 years ago

che2

masmangan commented 6 years ago

export GRADLE_VERSION=2.3 && \ export GRADLE_HOME=/home/user/gradle-$GRADLE_VERSION && \ export PATH=$GRADLE_HOME/bin:$PATH && \ wget -P /home/user/ https://services.gradle.org/distributions/gradle-$GRADLE_VERSION-bin.zip && \ unzip /home/user/gradle-$GRADLE_VERSION-bin.zip

masmangan commented 6 years ago

https://gist.github.com/AndrienkoAleksandr/fbadffa9e8a2b6e51a7b48ee93d2436f

masmangan commented 6 years ago

https://spring.io/guides/gs/gradle-android/

masmangan commented 6 years ago

How to use gradle command line to build the system?