[Android] Unable to update ExpoKit from 24.0.0 to 25.0.0
See original GitHub issueEnvironment
https://exp-xde-diagnostics.s3.amazonaws.com/riwu-a8efd3d2-7c50-4b88-bc2e-30c0abe30ea2.tar.gz
Android / ExpoKit
Steps to Reproduce
I followed https://docs.expo.io/versions/latest/guides/expokit.html#android-1 and received the error:
Failed to resolve: host.exp.exponent:expoview:25.0.0
Also, should .expo-source/android
reside in the root directory? .expo-source
did not exist previously.
Why does app.json
contain the following property if we are already extracting the .tar.gz
to the .expo-source
folder?
"detach": {
"scheme": "expc6486079dbaf497d82b7e09b38adead8",
"iosExpoViewUrl":
"https://s3.amazonaws.com/exp-exponent-view-code/ios-v2.3.3-sdk25.0.0-e7a4361a-631d-4caf-9692-1880d71c394a.tar.gz",
"androidExpoViewUrl":
"https://s3.amazonaws.com/exp-exponent-view-code/android-v2.3.0-sdk25.0.0-0c32461b-a7c6-4ddc-b85b-32a80c4f18d9.tar.gz"
}
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Upgrade Expo SDK
Learn how to incrementally upgrade the Expo SDK version in your project. ... Once an SDK version has been deprecated, you will no...
Read more >request failed with status code 500 axios react native - You.com
Error in server script. So it's hard to say it's a code problem, but I think the address is wrong. You can change...
Read more >SDK 32.0.0 is not valid SDK - Stack Overflow
So if you have run expo update 35.0.0 or other version and it did not ... "https://s3.amazonaws.com/exp-exponent-view-code/android-v2.13.0- ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah… this is a really annoying thing because to upgrade expokit, you need to create new fresh expo project and move all your project files to there and fix the error then linking your libraries again. Very much time-consuming process. Without android, I was able to upgrade from my project dir but it is just too confusing to upgrade android side from my existing project. Hope there are some guidelines provided for upgrade from previous expokit version.
Also, I’ve written upgrade journey here in expo forum.
Please provide us proper upgrade guide for android from expokit!
The folder is located at
android/maven/host/exp/exponent/expoview
so the docs need to be updated.android/maven/com/facebook/react/react-native/25.0.0
must also be added…