우선 저의 컴퓨터 환경입니다
Operating System
Name = Microsoft Windows 7 Ultimate
Version = 6.1.7601
Architecture = 32bit
CPUs = 4
Memory = 7.9GB
Node.js
Node.js Version = 0.10.13
npm Version = 1.3.2
Titanium CLI
CLI Version = 3.2.3
node-appc Version = 0.2.1
Titanium SDKs
3.2.3.GA
Install Location = C:\Users\yumin\AppData\Roaming\Titanium\mobilesdk\win32\3.2.3.GA
Platforms = tizen, mobileweb, android, blackberry
git Hash = b958a70
git Timestamp = 04/22/14 10:17
node-appc Version = 0.2.1
3.2.2.GA
Install Location = C:\Users\yumin\AppData\Roaming\Titanium\mobilesdk\win32\3.2.2.GA
Platforms = tizen, mobileweb, android, blackberry
git Hash = 96e9a07
git Timestamp = 03/05/14 12:21
node-appc Version = 0.2.0
Issues
No issues detected! Your development environment should be working perfectly!
현재 윈도우 환경에서 안드로이드의 느린 실행으로 인해 고통받다 tishadow라는 것을 알게되어
셋팅 중에 있습니다.
현재 진도는 이렇습니다.
<참조: Tishadow이해와활용> http://tidev.kr/t/tishadow/306
에뮬설치 Genymotion 2.2.0으로 Google Galaxy Nexus - 4.3 - API 18 - 720x1280 만들었습니다.
tishadow설치
npm install -g tishadow
폴더작성
mkdir …/test
전용appify앱 만들기
tishadow appify -d …/test --host xxx.xxx.xx.x
cd…/test 폴더에 들어가 빌드
ti build -p android -T device --shadow
여기까지 진도가 나갔지만
위와같은 상황에서 화면이 넘어가지않고 그대로인 상태입니다
tishadow가 아닌 그냥 실행시 실행이 됩니다.
해결해보신분들의 도움을 부탁드립니다