Android-support-library Questions
Ad
Can't build project after adding firebase dependency
I am trying to test out fcm but after adding the firebase-messaging dependency the app can't build. i'm getting some warning along the lines of
Manifest merger failed : Attribute [email protected] cant solve this
I am new in android and have an app that when build my project have this error :: error: manifest merger failed : attribute
How do I fix this error in Android Studio if I have already added the Google Maven repository?
I'm using android studio version 2.3.3 and facing the gradle error. i have added the logcat error below.. i've tried several
Manifest merger failed with Firebase Auth
When i implement implementation 'com.google.firebase:firebase-core:17.0.0' implementation
Why Android Studio is forcing to use Androidx from Android support library?
Working on a react native project but out of sudden it stopped working & started giving an error: manifest merger failed :
Unresolved dependency :Could not find any version that matches com.android.support:appcompat-v7:29.+
There is always this unresolved dependency error showing up when i open a new android project on intellij i have tried:
Error inflating class android.support.v7.widget.RecyclerView when starting activity
I am trying out recyleview in android for the first time. i followed this tutorial
ERROR: Could not get unknown property 'appcompat' for project ':app' of type org.gradle.api.Project
Error rising while building gradle of a code i found online. implement "com.android.support:appcompat-v7:$project.appcompat"
Migrating support to Android X: Are versions consistent across Modules?
I am migrating a big project to androidx. on my former project, on the top build.gradle, i have defined a variable with the
How to Create a Custom SeekBar Preference?
I'm trying to create a custom seekbar preference, but android can't seem to find the element. i get
Ad
Select ReyclerView item(just single tap) with recycler view selection library
I new to recyclerview selection library. i prepared recyclerview to select multiple item just single tap. my problem
How to modify this Horizontal ViewPager transformer into Vertical transformer?
This is the code i have.it works fine for horizontal transformation animation. i want to transform my viewpager transition animation
DiffUtil breaks contract for areContentTheSame [fix coming in next release]
Recently i've found strange crashes in my app. i've found out that they are caused by listadapter -> diffutil
I am using Un4seen Bass Lib and I am getting this Error
Can anyone help me with this error. my app is running properly but when clicking activity button, it crashes and this error logcat appears.
Android Support Library Build v26.X.X Build Error: Attribute “fontFamily” already defined with incompatible format
I updated my support build library to 26.x.x from 25.4.0 and i get agpbi: {"kind":"error","text":"original attribute defined
What ProguardRules to add after migrating to AndroidX
I want to be able to find a mention on the internet on whether we should add some particular new proguardrules after having migrated to
BottomNavigationView inflating error. Resources$NotFoundException: Resource ID #0x0
I'm having some problem with bottomnavigationview from design support library. i am using it in my activity_main.xml:
Can't resolve android.support.design. after migration to AndroidX
I am trying to get the textview of the snackbar with this code snippet:
Adding fragment into framelayout cause support-actionbar hiding
When i add a fragment in the framelayout, the new fragment hide the compat-v7 supportactionbar (the fragment contains text in yellow).
Can not clean project in android studio 3.2
Today i have updated android studio to 3.2 and my whole project is corrupt. i have again start with old backup but it can not clean or even run
Cannot Resolve symbol ActivityCompat
Cannot resolve symbol 'activitycompat' i am trying to send sms through my application. i have added uses permission on androidmanifest.xml as
Ad
Implementation support v-13 and v-7 in gradle Android
I'm trying to use tensorflow lite in android and i have to implement implements fragmentcompat.onrequestpermissionsresultcallback in a class.
Android - Failed to resolve: cardview-v7
My gradle is like bellow: buildscript { repositories { maven { url 'https://plugins.gradle.org/m2/' }
getLoaderManager in Fragments is deprecated
After update i found that getloadermanager is deprecated but i can't find that should i use instead of. how to get
PermissionChecker without activity or support library
I'm developing a library independent to android support libraries android-support-v*.jar is there
Didn't find class "com.google.android.material.appbar.CollapsingToolbarLayout"
I got fatal exception: e/androidruntime: fatal exception: main process: com.test.test, pid: 27236
Cannot update any support library in Android
I decided to update dependencies in our project. currently, version of all com.android.support components is 27.0.2. when i try to update for
Build.gradle issue with implementation versions
I receive this warning: all com.android.support libraries must use the exact same version specification (mixing versions
Conflicting versions of the support library because of the Firebase library
After creating a new project in android studio, i added firebase and firebase-messaging to the project, as described in the
Android Notifications - RemoteInput uses the same intent for every message
A couple months ago, we implemented the direct reply functionality for android 7, so users can reply to chatmessages via the received
Stuck attempting to implement the official Dagger strategy to avoid cumbersome code
In my efforts to follow the good and official advice for injecting and avoiding cumbersome code (which i had) from
@string/appbar_scrolling_view_behavior is marked as private in com.android.support:design
I have updated the support library to 28.0.0-alpha3, and lint gives me this warning @string/appbar_scrolling_view_behavior is marked as
Ad
Cannot resolve symbol 'ViewCompat'
Complete gradle file, and even unable to resolve the symbol 'appcompatactivity'. don't understand what's wrong. already tried options ::
Migration to AndroidX - Where is ResultReceiver
In which new androidx dependency is resultreceiver? i have tried androidx.legacy:legacy-support-v4:1.0.0-alpha1,
Gradle Sync Warning - Manifest merger failed - play-services-wearable
I get following error message after gradle sync: manifest merger failed : attribute meta-data#[email protected]
app:collapsedTitleGravity="center" doesn't work properly
I'm trying to make collapsing title to center by app:collapsedtitlegravity="center" in collapsingtoolbarlayout but
Crash when casting due to support library
In my project i am using the following versions of libraries. support library - 27.1.1 google play services -
Effect of having incompatible support library with compile sdk version
I have a air application for android and i have integrated google play services 12.0.0 to show interstitial and rewarded video ads. app has no
Exception in plugin Android Support - IntelliJ IDE FATAL ERRORS
Last night i was working normally on my project, and this morning i cant get most of the import plugins to work anyhow. already tried to
Font in XML using Support Library 26.1: Rendering Issues
I decided to use the fonts in
Android Studio 3.1 - Exception in plugin Android Support
I have updated to the latest version of android studio (3.1) and i get the following error when i try to run my app. it was working with no
ACTION_SEND: Incorrect mime sent to WhatsApp resulting in missing Thumbnails
My app manages a few videos and photos downloaded from a iot device. it downloads videos & photos from these devices and places them in the
"Failed to resolve: support-v4" after upgrading android studio
I was in the middle of a project when i decided to upgrade android studio from 3.0.1 to 3.1.2 and ever since i did, i get this error when building
Ad
Cordova/Gradle Uses com.android.support:support alpha instead of stable
I am having a problem this week trying to build my project with cordova for some reason when i build: cordova build android
Failed to resolve: com.android.support:support-v4:26.3.1
In my project, this normally worked, it gives an error now and i do not know why.
Duplicate zip entry [classes.jar:android/support/design/widget/CoordinatorLayout$Behavior.class]
I have following dependency and getting coordinatorlayout$behavior duplicate entry. i have searched so more but did not find any
Issue with dialog box using AppCompatActivity
When i switch from activity to appcompatactivity in android development, the dialog box seems to have a ui issue. here's how the dialog
Problems with Android Studio! Cannot resolve symbol R, No resource found that matches the given name
I'm having big problems with android studio. i recently made a checkout of a project i've been developing with my friend, and when i open it, all
Part of fragment inside ViewPager getting cut off at bottom of screen(Android)
I have defined a basic coordinator layout for my view: <android.support.design.widget.coordinatorlayout
Android - updating support library com.android.support:cardview-v7 to version 27.0.2 unkown attributes issue
Problem with updating android support libraries from version 27.0.1 to 27.0.2 kind of problem: after changing the
Ad
Blog Categories
Ad