从网上下载的开源App压缩包,用android studio运行不了

sdssb 2017-08-28 04:32:32
从网上下载了个开源的App压缩包,打开的时候遇到各种问题,都解决了,但运行这关实在是解决不了,所以来请教大神
下面我的build.gradle的代码
apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt'//
apply plugin: 'me.tatarka.retrolambda'

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
defaultConfig {
applicationId "com.team.zhuoke"
minSdkVersion 19
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
//
tasks.whenTaskAdded { task ->
if (task.name.contains("lint")//
||task.name.equals("clean")//
||task.name.contains("Aidl")//
||task.name.contains("mockableAndroidJar")
||task.name.contains("UnitTest")
||task.name.contains("AndroidTest")//
|| task.name.contains("Ndk")
|| task.name.contains("Jni")
) {
task.enabled = false
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
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 'com.zhy:autolayout:1.4.5'
//
compile 'com.jakewharton:butterknife:8.1.0'
apt 'com.jakewharton:butterknife-compiler:8.1.0'
compile 'com.github.GaoYin2016:Android-SVProgressHUD:1.0'
//
compile 'me.imid.swipebacklayout.lib:library:1.0.0'
//RxJava and RxAndroid
compile 'io.reactivex:rxjava:1.1.8'
compile 'io.reactivex:rxandroid:1.2.1'
// permissions
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.9.0@aar'
//RxLifecycle
compile 'com.trello:rxlifecycle:0.6.1'
compile 'com.trello:rxlifecycle-components:0.6.1'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:recyclerview-v7:25.0.1'
//
compile 'com.squareup.okhttp3:logging-interceptor:3.3.1'
//Retrofit2
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
// log
compile 'com.orhanobut:logger:1.15'
//-
compile 'com.facebook.fresco:fresco:0.12.0'
compile 'com.facebook.fresco:imagepipeline-okhttp3:0.12.0'
//
compile 'com.facebook.fresco:animated-base-support:0.12.0'
//
compile 'com.facebook.fresco:animated-gif:0.12.0'
//
compile 'com.facebook.fresco:animated-webp:0.12.0'
compile 'com.facebook.fresco:webpsupport:0.12.0'
//
compile 'com.facebook.fresco:webpsupport:0.12.0'
//TabLayout
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:2.1.0@aar'
//
compile 'cn.bingoogolapple:bga-banner:2.1.5@aar'
compile 'com.android.support:support-v4:25.0.1'
// eventbus
compile 'org.greenrobot:eventbus:3.0.0'
//
compile project(path: ':InitActivity')
//// adapter
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.7.7'
//
compile 'com.github.ctiao:DanmakuFlameMaster:0.4.6'
//PopupWindow
compile 'com.github.razerdp:BasePopup:v1.6.2'
compile files('libs/tbs_sdk_thirdapp_v3.1.0.1034_43100_sharewithdownload_obfs_20170301_182143.jar')
}

页面右上角也一直报错

有大神知道怎么解决吗
...全文
611 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
sdssb 2017-10-08
  • 打赏
  • 举报
回复
自顶

790

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 其他移动相关
社区管理员
  • 移动开发其他问题社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧