Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme - Precompiled .apk File Missing #9

Open
MoneyMikePMZ opened this issue May 21, 2020 · 3 comments
Open

Update Readme - Precompiled .apk File Missing #9

MoneyMikePMZ opened this issue May 21, 2020 · 3 comments

Comments

@MoneyMikePMZ
Copy link

The master branch is missing the precompiled .apk file from the source. As a workaround, I pulled it from another branch. According to the README.md the is required to test locally using a windows machine

"You must use the .ApkFile() method to point to the APK."

Can the apk file be added back to the master branch?

@King-of-Spades
Copy link
Contributor

@MoneyMikePMZ
Yeah, there's pros & cons to having a precomplied APK. The advantage is, you can test Xamarin.UITest without building an APK at all, but the disadvantage is I have to manually maintain that APK including updating it & checking it regularly. What finally broke it is the fact that the APK blocks integration with App Center Build signing.

I did forget to update the README so I'll try to get that done. You can generate an APK using the Xamarin.Android project to build it.

@King-of-Spades King-of-Spades changed the title Precompiled .apk File Missing Update Readme - Precompiled .apk File Missing May 21, 2020
@MRoy-BTE
Copy link

@King-of-Spades thanks you for the quick reply. I am completely new to mobile development so I was using this project to learn about UI Testing. I am not sure of how to generate an APK using the Xamarin.Android project so the README update will be very useful.

@King-of-Spades
Copy link
Contributor

@MRoy-BTE you might want to check out https://docs.microsoft.com/en-us/xamarin/android/get-started/

There's also a Xamarin.Android FAQ here: https://docs.microsoft.com/en-us/xamarin/android/troubleshooting/questions/

I helped write a lot of that content back when I was on that team, actually. But the publish date is back in summer of 2018, so some of it might be outdated, unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants