Code Monkey home page Code Monkey logo

2048-noelandvoid's Introduction

2048-android

Original: https://github.com/uberspot/2048-android

To submit:

https://classroom.github.com/assignment-invitations/1a8d991a96375a455104d957baef3ee7

Sample Solution:

https://github.com/DeLaSalleUniversity-Manila/2048-melvincabatuan

Submission Procedure with Git:

$ cd /path/to/your/android/app/
$ git init
$ git add –all
$ git commit -m "your message, e.x. Assignment 1 submission"
$ git remote add origin <Assignment link copied from assignment github, e.x. https://github.com/DeLaSalleUniversity-Manila/secondactivityassignment-melvincabatuan.git>
$ git push -u origin master
<then Enter Username and Password>

Videocapture:


screenshot

Build

git clone --recursive https://github.com/uberspot/2048-android.git
cd 2048-android/
git submodule update --init --recursive
./gradlew build

Ex.

$ git clone --recursive https://github.com/uberspot/2048-android.git
Cloning into '2048-android'...
remote: Counting objects: 282, done.
remote: Total 282 (delta 0), reused 0 (delta 0), pack-reused 282
Receiving objects: 100% (282/282), 7.12 MiB | 119 KiB/s, done.
Resolving deltas: 100% (99/99), done.
Submodule 'assets/2048' (https://github.com/uberspot/2048.git) registered for path 'assets/2048'
Cloning into 'assets/2048'...
remote: Counting objects: 1167, done.
remote: Total 1167 (delta 0), reused 0 (delta 0), pack-reused 1167
Receiving objects: 100% (1167/1167), 536.59 KiB | 113 KiB/s, done.
Resolving deltas: 100% (702/702), done.
Submodule path 'assets/2048': checked out 'ae476ed10dda50e04c423db588a8d2cea8b893b2'

$ git submodule update --init --recursive

$ ./gradlew build
:preBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:checkDebugManifest
:prepareDebugDependencies
:compileDebugAidl
:compileDebugRenderscript
:generateDebugBuildConfig
:generateDebugAssets UP-TO-DATE
:mergeDebugAssets
:generateDebugResValues
:generateDebugResources
:mergeDebugResources
:processDebugManifest
:processDebugResources
:generateDebugSources
:processDebugJavaRes UP-TO-DATE
:compileDebugJava
Note: /home/cobalt/AndroidStudioProjects/2048-android/src/com/uberspot/a2048/MainActivity.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:compileDebugNdk UP-TO-DATE
:compileDebugSources
:preDexDebug
:dexDebug
:validateDebugSigning
:packageDebug
:zipalignDebug
:assembleDebug
:preReleaseBuild UP-TO-DATE
:checkReleaseManifest
:prepareReleaseDependencies
:compileReleaseAidl
:compileReleaseRenderscript
:generateReleaseBuildConfig
:generateReleaseAssets UP-TO-DATE
:mergeReleaseAssets
:generateReleaseResValues
:generateReleaseResources
:mergeReleaseResources
:processReleaseManifest
:processReleaseResources
:generateReleaseSources
:processReleaseJavaRes UP-TO-DATE
:compileReleaseJava
Note: /home/cobalt/AndroidStudioProjects/2048-android/src/com/uberspot/a2048/MainActivity.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:compileReleaseNdk UP-TO-DATE
:compileReleaseSources
:lintVitalRelease SKIPPED
:preDexRelease
:dexRelease
:packageRelease
:assembleRelease
:assemble
:compileLint
:lint
Ran lint on variant release: 9 issues found
Ran lint on variant debug: 9 issues found
Wrote HTML report to file:/home/cobalt/AndroidStudioProjects/2048-android/build/outputs/lint-results.html
Wrote XML report to /home/cobalt/AndroidStudioProjects/2048-android/build/outputs/lint-results.xml
:preCompileDebugUnitTestJava
:preDebugUnitTestBuild UP-TO-DATE
:prepareDebugUnitTestDependencies
:processDebugUnitTestJavaRes UP-TO-DATE
:compileDebugUnitTestJava UP-TO-DATE
:compileDebugUnitTestSources UP-TO-DATE
:mockableAndroidJar
:assembleDebugUnitTest
:testDebug
:preCompileReleaseUnitTestJava
:preReleaseUnitTestBuild UP-TO-DATE
:prepareReleaseUnitTestDependencies
:processReleaseUnitTestJavaRes UP-TO-DATE
:compileReleaseUnitTestJava UP-TO-DATE
:compileReleaseUnitTestSources UP-TO-DATE
:assembleReleaseUnitTest
:testRelease
:test
:check
:build

BUILD SUCCESSFUL

Total time: 1 mins 20.833 secs

Install

$ adb devices
adb server is out of date.  killing...
* daemon started successfully *
List of devices attached 
KROJAUPJD6U8QCT8	device

$ adb install 2048-android-release.apk
3829 KB/s (625867 bytes in 0.159s)
	pkg: /data/local/tmp/2048-android-release.apk
Success

##License

2048-android is licensed under the MIT license.

2048-noelandvoid's People

Contributors

noelandvoid avatar

Watchers

 avatar  avatar  avatar

2048-noelandvoid's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.