Manual installation, where can find apk files?

Hi, I’m using crna and command “yarn run android” should install expo to my android emulator, but it not works. I found older apk file link from this issue(https://github.com/react-community/create-react-native-app/issues/112) but it not support newer rn version. So where I can find newest apk files, that I can install expo manully to my android emulator, because emulator not have Play Store.

hi there! it should work, what error do you see? can you try deleting ~/.expo/android-apk-cache and then running it again? if you absolutely must download the latest apk manually, then you can always find the latest version at https://expo.io/--/api/v2/versions under the androidUrl key

2 Likes

Hi @notbrent, thank you very much. Deleting this ~/.expo/android-apk-cache folder solved my problem!