i have the following exception when i running the following application
Activity:
package com.google.android.SmartStudentmCompanion; import java.io.Buf
In your manifest change
to
Since you have not stated the android:name for the the OS looks for the default Application class. In order to point it to your Application subclass you should use android:name attribute.
android:name
Application