Problem:
'Running Android Link' has encountered a problem.
Failed
java.lang.NullPointerException
OK <<Details
Solution:
1. In Visual Studio, from the menu bar, click Window, then Preferences.
2. Expand the Android item from the list on the left, and select Lint Error Checking.
3. Uncheck [ ] When saving files, check for errors.
4. Click OK
5. Close and re-start Visual Studio to test.
Resources:
http://stackoverflow.com/questions/11855352/constant-running-android-lint-failed-nullpointerexception-popping-up-in-eclip
Popular Posts
- Save LogCat to a Text File
- Solution: error: Error parsing XML: unbound prefix
- android:ellipsize - Add an ellipsis(...) in a TextView
- Intent setType(String type) - How to Set an Explicit MIME data type
- android:scrollbarStyle - Change the Scrollbar Location/Style in a TextView
- Change the line spacing between lines of text in an TextView/EditText, using lineSpacingMultiplier
- android:gravity - Move Text inside a EditText (center, top, bottom, right, left, and more)
- android:alpha - Set the Opacity/Transparency of Text in TextView/EditText
- Cursor getColumnIndex - Get the Index for a Column Name
- Perform an Action after Enter keypress on EditText