jitsi / jitsi-android

Jitsi for Android is an Android port of the Jitsi project: The most feature-rich communicator with support for encrypted audio/video, chat and presence over SIP and XMPP
Apache License 2.0
415 stars 258 forks source link

failed to create task or type getbuildtools #2

Closed vince015 closed 9 years ago

vince015 commented 11 years ago

I've just get hold of latest release, 133, and get this after setup-libs:

BUILD FAILED C:\Workspace\jitsi-android\build.xml:70: Problem: failed to create task or type getbuildtools Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any / declarations have taken place.

paweldomas commented 11 years ago

Hi,

On Tue, Aug 27, 2013 at 3:06 AM, vince015 notifications@github.com wrote:

I've just get hold of latest release, 133, and get this after setup-libs:

BUILD FAILED C:\Workspace\jitsi-android\build.xml:70: Problem: failed to create task or type getbuildtools Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any / declarations have taken place.

— Reply to this email directly or view it on GitHubhttps://github.com/jitsi/jitsi-android/issues/2 .

You need to have all of your Android SDK components up to date and then this task will be available.

Regards, Pawel

vince015 commented 11 years ago

Thank you for the reply that works. Sorry my bad.

By the way, I am trying to work it out with my own openfire (ver 3.8.0) server. Is there any required plugins for jingle stuffs to make video/audio calling work???

Regards, Vince