Skip to content

Commit

Permalink
🚀 Library
Browse files Browse the repository at this point in the history
Former-commit-id: 4b305fe
  • Loading branch information
daquexian committed Nov 12, 2017
1 parent c33e82b commit a307bb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ This screenshot is from `LeNet` branch, which uses camera.





## Preparation

Please make sure the Android System on your phone is 8.1+, or you may want to use API 27 emulator. The beta version of NDK is necessary for NNAPI. If you want to compile the demo please use Android Studio 3.0+.
Please make sure the Android System on your phone is 8.1+, or you may want to use API 27 emulator. The [beta version of NDK](https://developer.android.com/ndk/downloads/index.html#beta-downloads) is necessary for NNAPI. If you want to compile the demo please use Android Studio 3.0+.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'


// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 4 additions & 0 deletions dnnlibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.daquexian'


android {
compileSdkVersion 27
Expand Down

0 comments on commit a307bb0

Please sign in to comment.