Creating Fabric in Android Studio will create a "true" folder in the project root?

I am using Fabric in my project which works well. But I found the problem when I start the build, sometimes it generates a new folder named "true" in the root folder of the project which contains only one file: crashlytics-build.properties. Is this folder required? Can I change the location of the crashlytics-build.properties generation? Thank.

There are many modules in my project, this is the gradle file for the root project:

buildscript {
    repositories {
        jcenter()
        maven { url 'https://maven.fabric.io/public' }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.3.1'
        classpath 'io.fabric.tools:gradle:1.+'
    }
}

allprojects {
    repositories {
        jcenter()
        maven { url 'https://maven.fabric.io/public' }
        flatDir{
            dirs '../libs'
        }
    }
}

      

+3
android google-fabric


source to share


No one has answered this question yet

Check out similar questions:

784
How do I add a library project to Android Studio?
13
Javadoc not showing when using local Maven repository
6
Firebase Crashlytics does not report crashes
1
need to import ndk eclipse project into android studio
1
java.util.zip.ZipException: Re-entry: com / google / zxing / BarcodeFormat.class
0
No acceptable TextRecognizer module found
0
Failed to sync Gradle: unrecognized SSL message, clear text connection?
0
Plugin is too old, please update it to a later version or set ANDROID_DAILY_OVERRIDE "some number"
0
Failed to sync Gradle project. Basic functionality - failed on Android Studio 2.2



All Articles
Loading...
X
Show
Funny
Dev
Pics