facing gradle error while running my code? - android

I am facing an error while running my code. Its showing multiple lines error which you can see in the below screenshot. Kindly help me to resolve this issue

Delete the test folder and try to rerun the project. Hopefully, the issue will be resolved.

Related

Android Studio(last version) - Linking Failed

Has anyone ever appeared to you this kind of problem ?
The program was running so far just made a change and gave me this error.
I creat a new project but cant build and appeared the same error .
I wonder how can I solve this error.

Error in Android studio - 173.4670197

Got following error after updating Android Studio from 171.xxxxx to latest 173.xxxxx. I am not able to build any project due to this. Tried various ways but unable to find the solution. I really appreciate your help!
Add following line in gradle.properties and build and run
android.enableAapt2=true

Eclipse does not open my workspace

I am getting this error when loading my workspace in eclipse.
An error has occurred.See the log file
D:\XXX\App_name\.metadata\.log.
I can able to open other workspaces and also able to create new onw.I didnt save the copy of my code.Please anyone help me?
Thanks!!!
Thanks for all who commented for my question.I tried your answers but I can resolve that issue by removing this folder from my .plugin folder,
.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi.
Thanks
Try typing the following in the console:
C:\path\to\eclipse\eclipse -clean
I faced similar problem while running Eclipse neon with Java 9(latest). I used to get error in .metadata.log . Class not found exception.
Checked in eclipse forum and they had a know error with Java 9. Work around was to use java 8. I tried that and it worked for me. Fix should be out anytime soon.
There are other work around but i did not need it since my project required java 8 anyhow.
When you try to add plugins via Eclipse IDE (Help->install new software) the problem occurs.
I suggest you to get the relevant plugin using there official website or in IDE (Help ->Eclipse market place).

Build error (make gonk) while compiling B2G

I am working on Boot2Gecko for Nexus S. I started compiling the code yesterday based on the instructions at Boot2Gecko. Everything is fine but it doesn't compile at one stage and I get following error:
http://pastebin.com/tPqqwdaF. I think its the same error over here https://github.com/andreasgal/B2G/issues/291
Can someone please let me know how I can resolve the build error. Any help will be appreciated!

Showing Error !!! Android

When i try to compile and build the application, a red mark is appearing on my application,but there is no error description ..
what will be the reason?
There is always a reason, just need to find it :) Try refreshing and/or cleaning your project. To find error description (in Eclipse) open Problems perspective.
Is probably a weird eclipse/android sdk error. Run Project Cleanup and it should go away.

Categories

Resources