Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adyates committed Dec 10, 2014
0 parents commit e6aef6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ud825-compute-and-memory
========================

Course code repository for Android Performance - Compute and Memory lesson

4 comments on commit e6aef6f

@souravphukon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no code present ....??

@hakimrie
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@souravphukon it is on other branches :)

@tasneembohra
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have checkout the code https://github.com/udacity/ud825-compute-and-memory/tree/2.11_batching_and_caching but I am not able to build it on my Android Studio.

@funnygerman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tasneembohra android studio just modified two files for me:
build.gradle
=> classpath 'com.android.tools.build:gradle:2.2.3' instead of classpath 'com.android.tools.build:gradle:1.0.0'

and

gradle-wrapper.properties
distributionUrl=https://services.gradle.org/distributions/gradle-2.14.1-all.zip instead of distributionUrl=https://services.gradle.org/distributions/gradle-2.2.1-all.zip

Maybe it helps you

Please sign in to comment.