Skip to main content

Posts

Showing posts from 2014

Target "Unknown" in android Device Chooser ..Eclipse

Problem Eclipse not recognize my device target Solution A Rest the ADB Open the DDMS perspective  Reset the ADB  Solution B Restart the eclipse Solution C Restart the device Note: if there is any other solution ,Please share with me . Thanks 

Edit Text Problem in android

Problem Statement  I had set background image for EditText. But when the user clicks on EditText the starting point of cursor is appeared before the EditText background image and it looks abnormal. Solution  A: Set the EditText left padding Solution  B: Use the 9 patch background image Note:if there is  any other solution please  share with  me .Thanks 

Exclamation Mark with Android Project Name in Eclipse

Solution A Check errors window. Try to solve the error there Solution B Right click the project,  select Android and make sure that a build target is checked. sometimes you need to unchecked it, select a different API, apply settings, and then again select the API that was originally selected. Solution C Restart the eclipse Note :If none of the above solution work then find new one  and tell me  about the new solution in comments .thanks