Incorrect filename in Android apk path
rarrarrarr opened this issue · comments
Stephen Eidson commented
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
.
Stephen Eidson commented
^ opened PR to fix it.