When setting up Google Analytics for your Android problem you might run into several issues which and you won’t get anything in your analytics. One common issue in newer Android version is the new Lint 16.0.0 which added to let you see errors, bad practice and coding mishaps. One of these will requirement you to
Tag: lint
Eclipse Android Imagebutton Accesibility Missing ContentDescription Attribute On Image
ImageButton is a great addition in Android. However, it can generate a warning which can luckily easy to overcome. Description Resource Path Location Type: [Accessibility] Missing contentDescription attribute on image menu.xml /project/res/layout line 22 Android Lint Problem. To fix this add the following line in the xml at the ImageButton android:contentDescription=”@string/desc” Resolved this warning by setting