小惡魔AppleBOY
AppleBOY
小惡魔 - 電腦技術 - 工作筆記 - AppleBOY is about »
tag cloud
- ajax
- amazon
- amd
- android
- angularjs
- apache
- apc
- api
- appfog
- aws
- backboe event
- backbone.js
- bitbucket
- blog
- boilerplate
- boot
- bootloader
- bower
- browser
- busybox
- c
- c#
- c++
- cakephp
- capistrano
- centos
- chrmoe
- chrome
- ckeditor
- code style
- codeigniter
- coffeescript
- compass
- compass css framework
- conference
- css
- css3
- debian
- denyhost
- django
- driver
- eaccelerator
- editorconfig
- emacs
- embedded system
- error
- excel
- express
- fabric
- fancybox
- fanout
- fanterm
- fastcgi
- fckeditor
- fedora
- firebug
- firefox
- firefox os
- firephp
- flickr
- forefox os
- framework
- freebsd
- friefox
- fuse
- gae
- gaia
- galera
- geany
- git
- git hooks
- github
- gmail
- google api
- google app engine
- google extension
- google web toolkit
- grub
- grub2
- grunt
- gruntjs
- haproxy
- html
- html5
- i18n
- icos
- ie
- innodb
- iphone
- javascript
- javascrpt
- jquery
- jquery migrate plugin
- jquery mobile
- jsdc
- json
- kernel
- laravel
- life
- lighttpd
- linode
- linux
- linux kernel
- live.js
- livereload
- mariadb
- mobile
- mobile web
- mod_rpaf
- modern.ie
- mount
- mp3
- mssql
- myisam
- mysql
- network
- nexmo
- nginx
- nodejs
- normalize.css
- npm
- nvm
- osdc
- ossf
- pagoda
- pdo
- percona
- performance
- perl
- php
- php-cs-fixer
- php-fig
- php-fpm
- phpbb
- phpbb3
- phpconf
- phpfog
- plurk
- plurk api
- png
- ports
- prgmr
- proftpd
- proxy
- pushstate
- python
- rackspace
- refactor
- requirejs
- responsive design
- rhel
- ruby
- rubygems
- sass
- sencha
- sencha touch
- send-pr
- slicehost
- sms
- spdy
- sphinx
- spinejs
- sql
- squid
- sqwish
- ssh
- sshfs
- svn
- textmagic
- titanium
- titanium mobile
- touch
- twitter bootstrap
- ubuntu
- uderscore.js
- uglifyjs
- underscore.js
- usb
- varnish
- vim
- virtualbox
- vps
- windows
- wordpress
- www
- xcache
- xdebug
- xtrabackup
- yasnippet
- zend framework
- 中正大學
- 剪頭髮
- 好站連結
- 心情日記
- 拉斐爾廚房
- 旅行日記
- 樹太老
- 版本控制
- 生活日記
- 網頁重構
- 美食
- 美食日記
- 虛擬主機
- 謝師宴
- 音樂分享
- 騰訊
- 高雄美食
» Windows Titanium Mobile 入門安裝紀錄
最近安裝 Windows 版本 Titanium Mobile SDK 遇到蠻多地雷,也不確定官方什麼時候會把這 Bug 解掉,安裝過程可以參考閃光大部落格 [Titanium note.] Titanium Mobile, Windows + Android 入門安裝,其實最主要就是三個套件必須安裝:
- Java SDK
- Android SDK
- Titanium Studio 請先註冊帳號
請務必註冊 Titanium Studio 新帳號,不然沒辦法下載安裝檔案以及登入使用 Titanium Studio,下載好三個檔案後,請務必注意底下事項,免的安裝好之後沒辦法在 Titanium Studio 測試模擬器。Java SDK 就直接下載安裝,這邊比較沒有問題。
1. Android SDK 請務必安裝在 C:/ 底下即可,不要安裝在 “C:/Program File”
2. 安裝完成務必增加 Path 路徑,ANDROID_SDK 跟 JAVA_HOME
ANDROID_SDK: C:\android-sdk
JAVA_HOME: C:\Program Files\Java\jdk1.6.0_30
JAVA_HOME: C:\Program Files\Java\jdk1.6.0_30
最後注意 Titanium Studio 的 mobilesdk 編譯模擬器的程式,因為執行編譯指令沒有加上 quote 符號,所以造成 SD Card 錯誤,所以請找檔案 mobilesdk/win32/1.7.5/android/builder.py,將 405 行處的程式碼換掉,原本是
self.sdcard,
請改成
'\"' + self.sdcard + '\"',
Related View
- 製作 Windows XP USB 開機系統 (模擬光碟開機) (2)
- [轉貼][教學] Windows 2003的操作設定 (0)
- [教學]修復 Windows 的開機磁區各種方法 (0)
- [軟體介紹] Recuva – File Recovery 救回已刪除檔案資料 (5)
- [軟體] 好用的浮水印軟體,支援圖片浮水印跟文字浮水印 FastStone Photo Resizer (1)
- [軟體] 擷取 Word 檔內圖片工具 [免安裝] (0)
- [軟體教學] zShare 使用 RapidUp 空間分享教學及 FreeGrab 下載教學 (3)
- [分享] Windows Live Messenger 9.0+繁體中文化 + PLUS!4.5 +shell4.2大整合 (0)
- [WWW] firefox and IE 的 greasemonkey (0)










