I have added compile com.instabug.library:instabugsupport:1+
to dependency in build grade and synced with gradle files, added
Instabug.initialize(this, "your_app_token_here");
after setcontentview
in my MainActivity
.
However this
is being underlined as an error.
What am I not doing or doing wrong?