Anurag Singh wrote: > I had install SDK 2.0. I am not able to locate aidl.exe in tool directory.
It will not be in the top-level tools directory, but in a platform-specific tools directory. For example, if you have installed the SDK in C:\SDK, you will find the Android 2.1 version of aidl.exe in C:\SDK\platforms\android-2.1\tools. Ant and Eclipse should each find it without issue, if you have everything configured properly. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Consulting: http://commonsware.com/consulting -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

