Skip to content

Commit

Permalink
Added guavalib.jar "the right way" to make it easier to have it work on
Browse files Browse the repository at this point in the history
Jelly Bean from Eclipse
  • Loading branch information
nadam committed Sep 13, 2012
1 parent 7bc093a commit 5e12da0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/guavalib.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
proguard.cfg
.classpath
default.properties
bin/
gen/
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Simple NFC reader for Android based on the sample code from the Android SDK.
The app is available on Android Market.
https://market.android.com/details?id=se.anyro.nfc_reader

If you have problem compiling the app make sure you have the /android-sdk/tools/lib/guavalib.jar included in the build path.
If you have problem compiling the app make sure you have the /libs/guavalib.jar included in the build path.
Binary file added libs/guavalib.jar
Binary file not shown.

0 comments on commit 5e12da0

Please sign in to comment.