I am new to Splunk Mint and working on android eclipse. I have included the splunk jar into my project and then added this line Mint.initAndStartSession(MainActivity.this, "fb14cc1c");
to my onCreate function of the MainActivity, but when I run the App, it crashes. I have searched a lot, but could not find the solution. Please guide me.
See the latest SDK integration docs for Android, including special notes, such as "Most IDEs such as Eclipse and Android Studio automatically handle imports, but if yours does not, add the following line at the top of your Activity class file: import com.splunk.mint.Mint;"