[android-developers] Re: android build from command line

2012-11-19 Thread shuangjie ke
Hi,Jags Do you find the reason that cause the error? I aslo encounter the error,the path is correct. I don't know why? 在 2012年6月14日星期四UTC+8下午7时11分12秒,Jags写道: hi all, after struggling to install adt in eclipse and spending considerable time, i am trying to create a project from command line

[android-developers] Re: android build from command line

2012-11-19 Thread shuangjie ke
Hi,Jags Do you find the reason that cause the error? I aslo encounter the error,the path is correct. I don't know why? 在 2012年6月14日星期四UTC+8下午7时11分12秒,Jags写道: hi all, after struggling to install adt in eclipse and spending considerable time, i am trying to create a project from command line

[android-developers] Re: android build from command line

2012-11-19 Thread shuangjie ke
Hi I find the reason,because I change android SDK /platform-tools/aapt.exe when install apktool. resole the error by reinstall the platform_tools 在 2012年11月20日星期二UTC+8上午11时22分24秒,shuangjie ke写道: Hi,Jags Do you find the reason that cause the error? I aslo encounter the error,the path

[android-developers] Re: android build from command line

2012-11-19 Thread shuangjie ke
Hi I find the reason,because I change android SDK /platform-tools/aapt.exe when install apktool. resole the error by reinstall the platform_tools 在 2012年11月20日星期二UTC+8上午11时22分24秒,shuangjie ke写道: Hi,Jags Do you find the reason that cause the error? I aslo encounter the error,the path

[android-developers] Re: error compiling .aidl file

2012-10-11 Thread shuangjie ke
Hi: I also have the problem. what do you solve it ? thank you 在 2011年9月9日星期五UTC+8上午6时17分28秒,Chetan Dhillon写道: Hi, I have a very simple .aidl file that I am getting error compiling. Here is my IPresence.aidl: package com.sample.presence; import com.sample.presence.StatusMessage;

[android-developers] Re: sendEmptyMessageAtTime issue

2012-09-29 Thread shuangjie ke
public final boolean sendEmptyMessageAtTime (int what, long uptimeMillis)Returns true if the message was successfully placed in to the message queue. Returns false on failure, usually because the looper processing the message queue is exiting. you can test the returns 在