xamarinhq / app-conference

Pre-build conference application built with Xamarin

Home Page:http://www.xamarin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build issues mostly in GcmService.cs

dyardyGIT opened this issue · comments

After cleaning & rebuilding each project, still getting issues (build errors) with GcmService.cs I am using vs.net 2017 rc (latest)

It looks like reference Microsoft.WindowsAzure.Messaging.Android is missing as well

Severity Code Description Project File Line Suppression State
Error CS0115 'GcmService.OnMessage(Context, Intent)': no suitable method found to override XamarinEvolve.Android C:\Xamarin\evolve\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 98 Active
...
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'WindowsAzure' could not be found (are you missing a using directive or an assembly reference?) XamarinEvolve.Android C:\Xamarin\evolve\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 7 Active
...
Severity Code Description Project File Line Suppression State
Error CS0115 'GcmService.OnError(Context, string)': no suitable method found to override XamarinEvolve.Android C:\Xamarin\evolve\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 175 Active

I had to add a few components including Koush.UrlImageViewHelper (UrlImageViewHelper) to the Android project.
In the end I was able to get it to build, by adding in a number of components that were missing/not available in the list of references (including Microsoft.WindowsAzure.Messaging.Android etc.