INSTALL_FAILED_DUPLICATE_PERMISSION… C2D_MESSAGE
I am using Google notifications in my app, and until now I have done below in the manifest: <!– GCM –> <uses-permission android:name=”android.permission.GET_ACCOUNTS” … Read more
I am using Google notifications in my app, and until now I have done below in the manifest: <!– GCM –> <uses-permission android:name=”android.permission.GET_ACCOUNTS” … Read more
I have many alert dialogs in my app. It is a default layout but I am adding positive and negative buttons to the … Read more
Taking a look at the API diff report for the Android “L” preview, I see that all methods related to navigation modes in … Read more
I have an app showing custom notifications. The problem is that when running in Android 5 the small icon in the Notification bar … Read more
I’m trying to get a CardView to display the ripple effect when touched by setting the android:backgound attribute in the activity XML file … Read more
Since downloading the latest SDK and installing Android Studio, my project fails to build. I get the following message: Error:Gradle: Execution failed for … Read more
I am using Android v21 support library. I have created a button with custom background color. The Material design effects like ripple, reveal … Read more
When attempting to use the latest appcompat-v7 support library in my project, I get the following error: /Users/greg/dev/mobile/android_project/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/21.0.0/res/values-v11/values.xml Error:(36, 21) No resource found … Read more
I am getting open failed: EACCES (Permission denied) on the line OutputStream myOutput = new FileOutputStream(outFileName); I checked the root, and I tried … Read more
In my app “Tide Now WA” which I recently tested for compatibility using the new Nexus 9 tablet (Lollipop – API 21). It … Read more