matomo-org / matomo-sdk-android

SDK for Android to measure your apps with Matomo. Works on Android phones, tablets, Fire TV sticks, and more!
BSD 3-Clause "New" or "Revised" License
388 stars 162 forks source link

unavailable SDK #254

Closed sxf141 closed 5 years ago

sxf141 commented 5 years ago

The request cannot be sent to the server, nor can Fiddler display the request.

org.matomo.sdk:tracker:4.0.2

public class BaseApplication extends MatomoApplication { private static BaseComponent mBaseComponent; private static BaseApplication mApplication;

@Override
public void onCreate() {
    super.onCreate();
    mApplication = this;
}
@Override
protected void attachBaseContext(Context base) {
    super.attachBaseContext(base);
    MultiDex.install(base);
}

@Override
public TrackerBuilder onCreateTrackerConfig() {
    return TrackerBuilder.createDefault(UrlConstant.PIWIK, 1);
}
d4rken commented 5 years ago

lack of info