forked from forgeekscn/chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this.add(baiduMapSDK集成,databinding数据捆绑,so集成)
- Loading branch information
hechao
committed
Mar 29, 2016
1 parent
6ec2376
commit 8e73357
Showing
63 changed files
with
323 additions
and
77 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,70 @@ | ||
apply plugin: 'com.android.application' | ||
//apply plugin: 'com.android.databinding' | ||
|
||
android { | ||
compileSdkVersion 23 | ||
buildToolsVersion "23.0.2" | ||
|
||
|
||
|
||
sourceSets { | ||
main { | ||
jniLibs.srcDir 'libs' | ||
} | ||
|
||
} | ||
|
||
|
||
defaultConfig { | ||
applicationId "com.hechao.chat" | ||
minSdkVersion 21 | ||
targetSdkVersion 23 | ||
versionCode 1 | ||
versionName "1.0" | ||
} | ||
|
||
packagingOptions { | ||
exclude 'META-INF/LICENSE.txt' | ||
exclude 'META-INF/DEPENDENCIES' | ||
exclude 'META-INF/NOTICE.txt' | ||
exclude 'META-INF/NOTICE' | ||
exclude 'META-INF/LICENSE' | ||
} | ||
ndk { | ||
abiFilters 'armeabi' | ||
} | ||
|
||
|
||
|
||
buildTypes { | ||
release { | ||
minifyEnabled false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||
packagingOptions { | ||
exclude 'META-INF/LICENSE.txt' | ||
exclude 'META-INF/DEPENDENCIES' | ||
exclude 'META-INF/NOTICE.txt' | ||
exclude 'META-INF/NOTICE' | ||
exclude 'META-INF/LICENSE' | ||
} | ||
|
||
buildTypes { | ||
release { | ||
minifyEnabled false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||
} | ||
} | ||
} | ||
|
||
dependencies { | ||
compile fileTree(dir: 'libs', include: ['*.jar']) | ||
compile files('libs/android-async-http-1.4.9.jar') | ||
compile project(':IMKit') | ||
compile 'cz.msebera.android:httpclient:4.3.6' | ||
compile files('libs/commons-codec-1.6.jar') | ||
compile files('libs/commons-logging-1.1.3.jar') | ||
compile files('libs/httpclient-4.3.5.jar') | ||
compile files('libs/httpcore-4.3.2.jar') | ||
compile 'com.android.support:appcompat-v7:23.1.0' | ||
compile 'com.android.support:design:23.1.0' | ||
compile 'com.android.support:support-v4:23.1.1' | ||
compile files('libs/jpush-android-2.1.0.jar') | ||
compile 'com.jakewharton:butterknife:5.1.1' | ||
compile files('libs/bugly_crash_release__2.0.jar') | ||
compile files('libs/juhe_sdk_v_2_7.jar') | ||
compile files('libs/baidumapapi_base_v3_7_3.jar') | ||
compile files('libs/baidumapapi_cloud_v3_7_3.jar') | ||
compile files('libs/baidumapapi_map_v3_7_3.jar') | ||
compile files('libs/baidumapapi_radar_v3_7_3.jar') | ||
compile files('libs/baidumapapi_search_v3_7_3.jar') | ||
compile files('libs/baidumapapi_util_v3_7_3.jar') | ||
} | ||
} | ||
|
||
dependencies { | ||
compile fileTree(dir: 'libs', include: ['*.jar']) | ||
compile files('libs/android-async-http-1.4.9.jar') | ||
compile project(':IMKit') | ||
compile 'cz.msebera.android:httpclient:4.3.6' | ||
compile files('libs/commons-codec-1.6.jar') | ||
compile files('libs/commons-logging-1.1.3.jar') | ||
compile files('libs/httpclient-4.3.5.jar') | ||
compile files('libs/httpcore-4.3.2.jar') | ||
compile 'com.android.support:appcompat-v7:23.1.0' | ||
compile 'com.android.support:design:23.1.0' | ||
compile 'com.android.support:support-v4:23.1.1' | ||
compile files('libs/jpush-android-2.1.0.jar') | ||
compile 'com.jakewharton:butterknife:5.1.1' | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package com.hechao.chat; | ||
|
||
import android.app.Activity; | ||
import android.os.Bundle; | ||
|
||
import com.baidu.mapapi.SDKInitializer; | ||
|
||
/** | ||
* Created by Administrator on 2016/3/29. | ||
*/ | ||
public class BaiduMapActivity extends Activity{ | ||
|
||
@Override | ||
protected void onCreate(Bundle savedInstanceState) { | ||
super.onCreate(savedInstanceState); | ||
// SDKInitializer.initialize(getApplicationContext()); | ||
setContentView(R.layout.baidumap); | ||
} | ||
} |
Oops, something went wrong.