-
Notifications
You must be signed in to change notification settings - Fork 35
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
can't unzip zoom sdk #21
Comments
I finally did it when I changed unzip_zoom_sdk.dart file import 'dart:convert'; void main(List args) async { await checkAndDownloadSDK(location); print('Complete'); Future checkAndDownloadSDK(String location) async { if (!exists) { var iosSimulateSDKFile = location + if (!exists) { var androidCommonLibFile = location + '/android/libs/commonlib.aar'; Future downloadFile(Uri uri, String savePath) async { final request = await HttpClient().getUrl(uri); and then copy commonlib.aar and mobilertc.aar and paste it to into zoom/android/libs folder. It's work for me |
can't unzip zoom sdk. I get a pub finished with exit code 255
Unhandled exception:
FileSystemException: Cannot open file, path = 'C: /Users/Name/flutter_zoom-main/flutter_zoom-main/zoom/.dart_tool/pub/bin/zoom/unzip_zoom_sdk.dart-2.15.1.snapshot/ios/MobileRTC.xcfra /ios-arm64_armv7/MobileRTC.framework/MobileRTC '(OS Error: The system cannot
find the path specified.
, errno = 3)
The text was updated successfully, but these errors were encountered: