Go to All Forums

analytics config with name 'debug' not found.

hi I cannot add apply plugin: 'zanalytics-plugin'   in my android project it show error  analytics config with name 'debug' not found. please help 

Like (2) Reply
Replies (2)

Hi, 

Can you kindly check whether you have added the following line of code in your app level build.gradle file .

zanalytics {

debug {

apiToken ="Your app key"

}

release {

apiToken ="Your app key"

}

}

 

You can find your app key by clicking on the hamburger icon, near your application name. 

 

 

You can also refer our help document on the same, for detailed information. 

https://www.site24x7.com/help/apm/android-app-optimization.html

 In case of any questions or clarifications, kindly revert back.

 

Like (0) Reply

Thank a lot 

Like (0) Reply

Was this post helpful?