-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
java.lang.IllegalArgumentException: Expected URL scheme 'http' or 'https' but no colon was found #4918
Comments
Executable test case? |
Yes, in simulator and react-native run-android this work. After sign the apk and starting the app doing same things. The error will show up. |
Sounds like a bug in React Native. Please report there. Or provide an executable test case here without the React Native dependency. |
I have the same issue with the client's Huawei Honor 9 Lite LLD-L31 device, with installed application beta-version (signed app from the Google Play Store, beta test). It works fine for Android 6 and 7.1, MTK chipsets. But not for Huawei Honor 9 Lite LLD-L31 device. Unfortunately, I cannot provide a test source code here. Only next information from the Firebase Crashlytics: FatalException: java.lang.IllegalArgumentException I checked all URLs in app and they are correct. Hope it will help, at least a bit. I'll try to downgrade libraries I use and find a version that will work, and then will update this info. UPDATE: |
Unclear what action to take here. If you can provide an executable test case that reproduces the problem, please open a new issue. |
Issue closed without any solution. Great! |
@d-rahul provide a reproduction, or logging showing the urls are valid and we can investigate. This bug report is not reproducible as is. Generally for user support like this, we would advise using stackoverflow. This github issue tracker is for confirmed bug reports. |
java.lang.IllegalArgumentException: Expected URL scheme 'http' or 'https' but no colon was found |
Hi,
After searching google, Github issue etc..., I didn't find the answer to resolve this issue.
I found the #4322 and this is only because of the cache.
React Native: 59+
buildToolsVersion: 28.03
minSdkVersion: 16
compileSdkVersion: 28
targetSdkVersion: 28
Gradle: 3.3.1
Error:
The text was updated successfully, but these errors were encountered: