How to Install an SDK package
1. Open the SDK Manager2. Scroll through the list, expanding folders when necessary and check the item(s) you would like to install.3. Click Install packages... button.
View ArticleHow to Import a Library
1. In Eclipse, from the menu, click File, the Import...2. Expand the Android folder, and select Existing Android Code Into Workspace, and click Next.3. Click the Browse button, then navigate to your...
View ArticleHow to Reference a Library in your Project
1. Create or open your Android project.2. Ensure the Google Play services SDK is installed. It is located in the last folder called Extras.3. Import the Google Play services library.4. In the Package...
View ArticleHow to Create a ProGuard Exception
This prevents ProGuard from stripping away required classes.1. In your project directory, open the proguard-project.txt file.2. Add the following code to the end of the file.-keep class * extends...
View ArticleSolution: Running Android Lint has encountered a problem Failed
Problem:'Running Android Link' has encountered a problem.Failedjava.lang.NullPointerExceptionOK <<DetailsSolution:1. In Visual Studio, from the menu bar, click Window, then Preferences.2....
View Article