FYI:
There's a few puzzlement with the launch trace
1.the project wasn't compiling yet(because i can't find .apk in the project folder), why copy resource first,and where would copy to?
2.i can't create folder under "/data" like "com.appcelerator.kitchensink" on emulator by ddms, and should am i?(i don't think so)
It's stopped at copying resource like you see.
In fact, it displayed more like
[TRACE] D/SntpClient( 62): request time failed: java.net.SocketException: Address family not supported by protocolyesterday, but it wasn't today, i have no idea for this.
I used Ti IDE1.2.1 & MobileSDK1.4.0 on WindowsXP x64 SP3 ?Windows7 x32 and got the same so.
I'll trying launch it on ubuntu 9.04 after, and report it latter.
1 Answer
FYI:
I traced the code from \mobilesdk\win32\1.4.0\android\builder.py I found the thread stopped at the code below. In founction "copy_project_resources(self)" near line 330.
self.project_deltas = self.project_deltafy.scan()The self.project_deltafy was get from the code below,which behind of the line.
self.project_deltafy = Deltafy(resources_dir, include_callback=self.include_path)And i tried print out the variable.
[INFO] resources_dir:D:\Titanium Developer\MobileApp1\Resources [INFO] self.include_path:TrueIf there's any idea, appreciate for any help!
Your Answer
Think you can help? Login to answer this question!