1

InstaBugを初めて実装しようとしましたが、初期化すると、

 new Instabug.Builder(this, "XXXXXXXXXXXXXXXXXXXX")
            .setInvocationEvent(Instabug.IBGInvocationEvent.IBGInvocationEventShake)
            .build();

Android Studio はシンボルを解決できないと言いますが、Builder ビルダーはjava.lang.Objectから拡張されていますが、なぜこれが起こるのか理解できません。修正はありますか?

編集:

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.code.gson:gson:2.5'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile "com.google.android.gms:play-services:8.4.0"
compile 'com.android.support:cardview-v7:+'
compile 'com.android.support:design:+'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.commit451:PhotoView:1.2.4'
compile 'net.danlew:android.joda:2.9.1'
compile project(":volley")
compile files('libs/YouTubeAndroidPlayerApi.jar')
compile ("com.instabug.library:instabugsupport:+") { exclude group: 'com.mcxiaoke.volley', module: 'library' }
4

1 に答える 1