Reputation: 2494
I am developing android application using Linux SDK in Eclipse. When i build my application its showing error as follows,
Errors occurred during the build.
Errors running builder 'Rpmlint project builder' on project 'Writing'.2
After this problem occurred , when i ran the code, its not running, and so i have to run once again for getting output. what is the problem? how to solve it?
When i googled, some one suggested to close Eclipse and restart it again. I have tried all those things but my problem persists.
Thanks in advance.
Upvotes: 1
Views: 1101
Reputation: 26
I had the same problem, solved removing the Rpmlint Warnings.
To remove the Rpmlint Warnings:
Upvotes: 0
Reputation: 1404
Try checking whether all of your assets are available, most of the problems I had using the SDK were due to the R.java file not being regenerated. Whenever the builder can't find an asset the building stops.
Upvotes: 1