forked from LiteAVSDK/Player_Android
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
477 changed files
with
13,461 additions
and
3,429 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,57 @@ | ||
apply plugin: 'com.android.application' | ||
|
||
android { | ||
compileSdkVersion 26 | ||
compileSdkVersion rootProject.ext.compileSdkVersion | ||
buildToolsVersion rootProject.ext.buildToolsVersion | ||
defaultConfig { | ||
applicationId "com.coolapk.superplayertest" | ||
minSdkVersion 18 | ||
targetSdkVersion 26 | ||
applicationId "com.tencent.liteav.demo" | ||
minSdkVersion rootProject.ext.minSdkVersion | ||
targetSdkVersion rootProject.ext.targetSdkVersion | ||
versionCode 1 | ||
versionName "1.0" | ||
versionName "2.0" | ||
multiDexEnabled true | ||
|
||
ndk { | ||
abiFilters "armeabi" | ||
abiFilters "armeabi-v7a","arm64-v8a" | ||
} | ||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | ||
} | ||
buildTypes { | ||
release { | ||
minifyEnabled false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||
} | ||
} | ||
|
||
sourceSets { | ||
main { | ||
jniLibs.srcDirs = ['libs'] | ||
} | ||
dexOptions { | ||
jumboMode true | ||
javaMaxHeapSize "4g" | ||
} | ||
|
||
// sourceSets { | ||
// main { | ||
// jniLibs.srcDirs = ['libs'] | ||
// } | ||
// } | ||
// | ||
// configurations{ | ||
// all*.exclude module: 'okhttp' | ||
// all*.exclude module: 'okio' | ||
// } | ||
} | ||
|
||
dependencies { | ||
implementation fileTree(dir: 'libs', include: ['*.jar']) | ||
implementation 'com.android.support:appcompat-v7:26.1.0' | ||
implementation 'com.android.support.constraint:constraint-layout:1.1.3' | ||
compile 'com.android.support:recyclerview-v7:26.+' | ||
compile project(':lib_tcsuperplayer') | ||
compile 'com.github.ctiao:DanmakuFlameMaster:0.5.4' | ||
compile 'com.github.bumptech.glide:glide:4.9.0' | ||
compile 'com.squareup.okhttp3:logging-interceptor:3.8.1' | ||
compile(name: 'zxing-1.8.4', ext: 'aar') | ||
compile(name: 'barcodescanner-core-1.8.4', ext: 'aar') | ||
compile fileTree(include: ['*.jar'], dir: 'libs') | ||
|
||
compile(name: 'volley-1.0.0', ext: 'aar') | ||
compile(name: 'LiteAVSDK_Player', ext: 'aar') | ||
compile 'com.squareup.okhttp3:logging-interceptor:3.9.0' | ||
compile 'com.github.ctiao:DanmakuFlameMaster:0.5.3' | ||
compile 'com.android.support.constraint:constraint-layout:1.0.2' | ||
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { | ||
exclude group: 'com.android.support', module: 'support-annotations' | ||
}) | ||
testCompile 'junit:junit:4.12' | ||
|
||
compile project(':lvb') | ||
compile project(':player') | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ע�⣺ | ||
��1���ڼ���SDKǰ������Ķ������ĵ������ĵ�������������ļ���SDK�� | ||
https://www.qcloud.com/doc/api/258/5319 | ||
|
||
��2��SDK��صĿ�(jar/so)����app/src/main/jniLibsĿ¼�£�jniLibsĿ¼Ϊandroid studioĬ�ϵ�so����Ŀ¼���Ƽ��ڼ���SDKʱ����demo����������so��jar���������Ĺ��̵�src/main/jniLibsĿ¼�� | ||
|
||
��3����Ŀ¼�µļ���aar��jarΪdemo�����õ��ĸ����⣬���������Ҫ��Щ���ܣ����������Ƴ��� | ||
barcodescanner-core-1.8.4.aar ��ά��ɨ��� | ||
zxing-1.8.4.aar ��ά��ɨ��� | ||
zxing-core-3.2.1.jar ��ά��ɨ��� | ||
bugly_crash_release__2.1.jar bugly�⣬Ϊ��Ѷ�ṩ������crash�ռ������Ŀ� |
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
Oops, something went wrong.