Currently, I follow the documentation of Hockey App for Android but when I build the Solution, the Error shows as below Error."CrashManager does not contain a definition of Register"
You're using statement says: using HockeyApp;
it should be using HockeyApp.Android;
.