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

Incorrect filename in Android apk path

rarrarrarr opened this issue · comments

When first cloning the repo, some troubleshooting has to be done on the user's part to run the Android tests. This is because the apk path in the AppInitializer class has the incorrect filename (com.sample.evolve-Signed.apk), which needs to be updated to com.xamarin.xamarinevolve-Signed.apk.

^ opened PR to fix it.