Visual Studio 2010 安裝 Mono for Android 的圖文教程
2024-03-31
更新時(shí)間:2024-03-31 00:14:55作者:佚名
安裝 Mono for Android for Visual Studio 2010 需要下面4個(gè)步驟:
安裝 JDK安裝 Android SDK配置模擬器安裝 Mono for Android Visual Studio 2010 插件
環(huán)境要求:
Windows PCVisual Studio 2010 Professional, Premium, or Ultimate.
Mono for Android for Visual Studio 2010 不支持 Visual Studio Express.
第一步,安裝 JDK
下載并安裝 Java 1.6 (Java 6) JDK. 光有 JRE 是不夠的,Android SDK 要求 32位的 JDK,進(jìn)入下面頁(yè)面選擇 "Windows x86" 平臺(tái),而不是 "Windows x64".
http://www.oracle.com/technetwork/java/javase/downloads/index.html
請(qǐng)不要安裝 Java SE 7 ,Mono for Android 當(dāng)前不支持 Java 7.
第二步:安裝 Android SDK
從 Google 網(wǎng)站上下載 Android SDK:
從下面地址下載 Windows SDK installer (例如 installer_r12-windows.exe) : http://developer.android.com/sdk/index.html運(yùn)行安裝程序.
注意: 請(qǐng)不要 將 Android SDK 安裝在帶有空格的目錄,例如很多人喜歡將應(yīng)用默認(rèn)安裝在 C:/Program Files/ 下,這會(huì)導(dǎo)致出錯(cuò)。
安裝完畢后運(yùn)行 SDK Manager 安裝要求:Android SDK Tools, revision 10 or greaterAndroid SDK Platform-tools, revision 3 or greaterInstall one or more SDK Platforms, such as:SDK Platform Android 1.6, API 4, revision 3SDK Platform Android 2.3.3, API 10, revision 1
注意: SDK 會(huì)經(jīng)常提示更新一些建議版本,最簡(jiǎn)單的方式是選擇 Update All 按鈕.
如果在打開 SDK 設(shè)置時(shí)收到了錯(cuò)誤信息 "Failed to fetch URL https://...", 可以嘗試在選項(xiàng) Settings > Misc 下檢查 "Force https://... sources to be fetched using http://..." 并返回可用包列表中。
第三步 - 配置模擬器
Android Simulator 可配置用來(lái)運(yùn)行多個(gè)不同版本設(shè)備的模擬,在使用前至少需要配置一個(gè)設(shè)備,可通過(guò) Android SDK 安裝程序直接選擇 Virtual Devices 選項(xiàng):
點(diǎn)擊 "New" 按鈕,下面是配置對(duì)話框:
不要理會(huì)下面的提示信息,該信息只是告訴你一切正常:
做完這步后我們已經(jīng)配置好了模擬器,Android SDK 的設(shè)置也就到此結(jié)束。
注意: 你無(wú)需在 Android SDK 安裝程序中啟動(dòng)模擬器,MonoDroid 將幫你搞定。
第四步 - 安裝 Mono for Android Visual Studio 2010 插件
一旦你走到這步,就可以開始安裝 Mono for Android 的 Visual Studio 2010 插件了,首先從下面地址下載安裝程序:
http://android.xamarin.com/DownloadTrial
注意: 安裝之前必須先關(guān)閉 Visual Studio 2010!
根據(jù)提示信息進(jìn)行安裝,建議仔細(xì)閱讀最終用戶協(xié)議,這里設(shè)計(jì)很多法律方面的問(wèn)題,如果你只是想試試的話,跳過(guò)去!
至此,安裝完畢!