-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in using debug flag, calling ANT debugger? #179
Comments
Make sure you have ant installed and that it's available on your path. You
|
i meet the same problem, osx 10.9 [renderscript] No RenderScript files to compile. BUILD FAILED Total time: 1 second |
Random idea: what android api did you install? On Wed, Dec 04, 2013 at 04:20:00AM -0800, sentball wrote:
|
andriod-8 |
on ubuntu 12.04 x86_64 i got the same problem. |
Please provide a complete log, all of you cut the important part (at the start), and just give the error at the env. This is the result of a bad env i guess, but cannot know just from this. |
And the real question is: which Android SDK did you used, and what is the Android API you've targetted ? |
i can't upload the full log file ./distribute.sh: line 254: lsb_release: command not found |
Hi, @mittenchops. I got the same problem. I have not SDK 8 installed, but in my environ is set Anyway, fixed by using Just confirm if it solves for you, ok? See ya. |
@alanjds Do you mean this command :
It still raised the same error |
Just to be sure: Do you have an SDK and NDK installed that can compile level 14? |
Yes I have the both bot I don't know that can compile level 14 or not! actually I think my main problem is because of that I have not the
Since that I have JDK8 installed, am I need to install the JDK7? |
I'm going to close this as a generic error that could be caused by a number of different things. If you still have the issue, try building with the new toolchain and report the full error output. |
Running...
Gave me an error to ant. Using Ubuntu 12.04:
But works when I remove the debug at the end.
The text was updated successfully, but these errors were encountered: