2012-09-06 57 views
0

我剛拿到一臺裝有Win7的機器,並且會設置雙啓動到Ubuntu 12.我的問題是,我應該選擇32位還是64位?有關係嗎?我應該使用32位還是64位Ubuntu進行Google TV開發?

+0

以下鏈接的頁面是有點過時,但我不知道它是否仍然如此,大多數Android文檔是基於32位的Ubuntu作爲作者聲稱? http://darts.cse.nd.edu:8080/Plone/materials/setting-up-android-development – barryku

回答

3

我會去用64位系統。這是因爲越來越多的系統將採用64位系統,也因爲您可以在64位系統上同時開發32位和64位系統。

1

https://developers.google.com/tv/android/docs/gtv_setup_android

Operating Systems 

Windows XP (32-bit), Vista (32- or 64-bit), or Windows 7 (32- or 64-bit) 
Mac OS X 10.5.8 or later (x86 only) 
Linux (tested on Ubuntu Linux, Lucid Lynx) 
GNU C Library (glibc) 2.7 or later is required. 
On Ubuntu Linux, version 8.04 or later is required. 
64-bit distributions must be capable of running 32-bit applications. 
Eclipse IDE 

Eclipse 3.6.2 (Helios) or greater 
Note: Eclipse 3.5 (Galileo) is no longer supported with the latest version of ADT. 
Eclipse JDT plugin (included in most Eclipse IDE packages) 
JDK 6 (JRE alone is not sufficient) 
Android Development Tools plugin (recommended) 
Not compatible with Gnu Compiler for Java (gcj) 
Other development environments 

JDK 6 (JRE alone is not sufficient) 
Apache Ant 1.8 or later 
Not compatible with Gnu Compiler for Java (gcj) 
Note: Some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development. 
+0

我不知道我是否錯過了該頁面上的任何內容,但它只是表示「帶有KVM的Linux操作系統」但沒有給出具體的建議什麼味道的Linux。 – barryku

+0

按照該頁面上的鏈接到Android頁面,並從那裏到系統需求頁面。它列出了所有的細節。 –

+0

我編輯了我上面的答案,包括Android系統需求頁面上的內容。 –

相關問題