반응형
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
...
}
Module specific build.gradle - /app/build.gradle
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
...
useLibrary 'org.apache.http.legacy'
...
}
반응형
'모바일개발(Mobile Dev) > 안드로이드개발(Android)' 카테고리의 다른 글
to avoid overlap a previous menu view (0) | 2016.11.12 |
---|---|
how to copy a image from server to device (0) | 2016.11.06 |
multi number picker in android (0) | 2016.10.08 |
send a data at a dialog (0) | 2016.10.08 |
Data exchange way with intent (0) | 2016.10.03 |