Most voted "app-compat-v7" questions
Android Support Library, which allowed to use in a compatible way features added in recent/new versions of Android, also in previous versions.
Learn more…11 questions
Sort by count of
-
5
votes1
answer278
viewsThemes, Styles and support android Library
Hello since I started working with Android development, I have always had a hard time understanding how the part of Themes, styles and libs of support Android, I always have a lot of difficulty for…
-
4
votes4
answers5215
viewsError in v7 appcompat in v21 themes
Recently, I went to make a clean project in my project, and I don’t know why it didn’t generate the R.java, and my project was working normally. So I had the brilliant idea to reinstall the SDK and…
-
3
votes1
answer181
viewsHow to download and import android v7-appcompat bookstore to Netbeans?
I’d like to know how to import to a project using Netbeans, the v7-appcompat android library. I’m using a study code and Net Beans isn’t recognizing some lines of code. public class MainActivity…
-
3
votes1
answer126
viewsDesign material properties do not appear in API 19 appliance
I added the support library for Apis below 21 and am testing the property elevation in my components. In the layout view, when I click on the design tab, I can see the elevation but when I run to my…
-
3
votes2
answers337
viewsV4 and V7 on Android
Why in some examples on the Internet, we find something like this: <android.support.v4.view.ViewPager/> <android.support.v7.view.ViewPager/> What would this V4 and V7 be? And in this…
-
2
votes1
answer368
viewsAndroid theme support (Themes) in custom components, using Appcompat-v7
I started using the Appcompat-v7, for use the concept of Material Design in my project. Only now I realized that my custom components even inherited from native components, are not applying the…
-
2
votes1
answer107
viewsandroid-support-v7-appcompat Do not generate . jar
I’m importing the android-support-v7-appcompat project that lies on: '../Android/sdk/extras/android/support/v7/appcompat/' Configure it as reported in android documentation, despite not showing any…
-
2
votes3
answers200
viewsEclipse Project starts with error
When I create a project and the appcompat_v7 is closed the project gets error, but if it is open has no problem, it is normal for projects to depend on the appcompat_v7?…
-
1
votes1
answer174
viewsHow to use Appcompatactivity functions within a Fragment?
I have an Fragment and need within it some Appcompatactivity functions, as I implement both in the same class? It’s like this: public class clientes extends Fragment { I’ve tried to: public class…
-
0
votes2
answers266
viewsError adding appcompat-v7 api level 22
I’m trying to add appcompat-v7 to my project, but when I sync with gradle the following error occurs:…
-
0
votes1
answer220
viewsProblems with 2 different versions of v7 library
My app is presenting the following error: as if I had used two versions of the compatibility library, the 25 and the 27, however I already reviewed the whole project and I can’t find where the 25…