应用程序通过蓝牙等第三方应用程序发送时崩溃

时间:2016-08-17 11:08:50

标签: android android-studio

通过shareit发送时,应用程序崩溃,但通过USB调试在设备上运行。更新我的Android Studio插件,版本等后会出现此问题。

模块:app文件

apply plugin: 'com.android.application'android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
    applicationId "com.example.sonu.check"
    minSdkVersion 14
    targetSdkVersion 20
    versionCode 1
   versionName "1.0"
   }
   buildTypes {
  release {
    minifyEnabled false
    proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
 }
 }
  dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
}

0 个答案:

没有答案