標籤:
第一次使用xarain下載Forms程式,提示一下錯誤.
C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(236,2): error XA5208: Download failed. Please download https://dl-ssl.google.com/android/repository/support_r19.0.1.zip and put it to the C:\Users\Admin\AppData\Local\Xamarin\Android.Support.v4\19.0.1 directory.
C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(236,2): error XA5208: Reason: 無法串連到遠程伺服器
C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(236,2): error XA5207: Please install package: ‘Android Support Library‘ available in SDK installer. Java library file C:\Users\Admin\AppData\Local\Xamarin\Android.Support.v4\19.0.1\content\support/v4/android-support-v4.jar doesn‘t exist.
看了一下android-sdk目錄裡面已經有support的版本了.於是在網上下載新一個support_r19.0.1.zip這個包的檔案.
這個網址有很多不需要FQ就能下載的Google連結地址
摘抄需要的部分
[cpp] view plaincopy
- Android Support Repository(extras/android/m2repository)
- https://dl-ssl.google.com/android/repository/android_m2repository_r05.zip
- https://dl-ssl.google.com/android/repository/android_m2repository_r06.zip
- Android Support Library(extras/android/support)
- https://dl-ssl.google.com/android/repository/support_r19.zip
- https://dl-ssl.google.com/android/repository/support_r19.0.1.zip
- https://dl-ssl.google.com/android/repository/support_r19.1.zip
- https://dl-ssl.google.com/android/repository/support_r20.zip
- Google AdMob Ads SDK(extras/google/admob_ads_sdk)
- https://dl-ssl.google.com/googleadmobadssdk/googleadmobadssdkandroid-6.4.1.zip
- Google Analytics App Tracking SDK(extras/google/analytics_sdk_v2)
- https://dl.google.com/gaformobileapps/GoogleAnalyticsAndroid_1.4.2.zip
- https://dl.google.com/gaformobileapps/GoogleAnalyticsAndroid_2.0beta4.zip
- https://dl.google.com/gaformobileapps/GoogleAnalyticsAndroid_2.0beta4.1.zip
- https://dl-ssl.google.com/android/repository/GoogleAnalyticsAndroid_2.0beta4.1.zip
- https://dl.google.com/gaformobileapps/GoogleAnalyticsAndroid_2.0beta5.zip
- https://dl.google.com/gaformobileapps/GoogleAnalyticsAndroid_2.0beta5.zip
- [Deprecated]Google Cloud Messaging for Android Library(extras/google/gcm)
- https://dl-ssl.google.com/android/repository/gcm_r03.zip
- Google Play services for Froyo
- https://dl-ssl.google.com/android/repository/google_play_services_3265130_r12.zip
- Google Play services(extras/google/google_play_services)
- https://dl-ssl.google.com/android/repository/google_play_services_4452030_r17.zip
- Google Repository(extras/google/m2repository)
- https://dl-ssl.google.com/android/repository/google_m2repository_r08.zip
- Google Play APK Expansion Library(extras/google/play_apk_expansion)
- https://dl-ssl.google.com/android/repository/market_apk_expansion-r03.zip
- Google Play Billing Library(extras/google/play_billing)
- https://dl-ssl.google.com/android/repository/play_billing_r05.zip
- Google Play Licensing Library(extras/google/play_licensing)
- https://dl-ssl.google.com/android/repository/market_licensing-r02.zip
- Google USB Driver(extras/usb_driver)
- https://dl-ssl.google.com/android/repository/usb_driver_r10-windows.zip
- Google Web Driver(extras/google/webdriver)
- https://dl-ssl.google.com/android/repository/webdriver_r02.zip
- Intel x86 Emulator Accelerator(HAXM)(extras/intel/Hardware_Accelerated_Execution_Manager)
- https://download-software.intel.com/sites/landingpage/android/extra_intel_haxm-windows_r03.zip
- https://download-software.intel.com/sites/landingpage/android/extra_intel_haxm-macosx_r02.zip
- https://dl-ssl.google.com/android/repository/extras/intel/haxm-windows_r04.zip
- https://dl-ssl.google.com/android/repository/extras/intel/haxm-macosx_r04.zip
只要下載support_r19.0.1.zip那個連結就可以了.用迅雷一下就下載完了。
然後按照出錯提示將support_r19.0.1.zip整個檔案,放到 C:\Users\Admin\AppData\Local\Xamarin\Android.Support.v4\19.0.1 目錄下重新編譯即可。
xarmain使用Forms編譯android工程出現support_r19.0.1.zip支援包錯誤