Failed to export signed app due to lint warnings

I want to export a signed app, but after the error Lint comes up every time to stop me. How to clean it up. It's a lint-go-play-services error, so I tried Properties -> Android -> Android Lint -> Ignore All. but no effect. help me


This is mistake

This class should be publicly available (android.support.v7.internal.widget.ActionBarView.HomeView)

Problem. Ensures that classes registered in the manifest file are instantiable Id: Instantiatable

Actions, services, broadcast receivers, etc. registered in the manifest file must be "instant" by the system, which means the class must be public, it must have an empty public constructor, and if it is an inner class must be static inner class.

[]

+3
android android-support-library android-lint


source to share


No one has answered this question yet

Check out similar questions:

646
Calling metadata "Unable to add null window token - this is not an application" with getApplication () as context
309
LogCat Message: No Google Play Services Resources Found. Check your project configuration to make sure resources are enabled.
125
Android content warning
fourteen
How do I address an android lint complaint about Firebase Messaging export implementations?
3
Fixing Linux support bugs
2
Android Lint complains about activity not registered in AndroidManifest, but this
1
when running lint in ant app, there is an explicit error
1
Build signed apk error in android studio: this class should provide default constructor
1
Android - why am I getting this lint error: "This class must be public (android.support.v7.internal.widget.ActionBarView.HomeView)"
0
Error: This class must provide a default constructor (public no-argument constructor) [Instantiatable] in Android



All Articles
Loading...
X
Show
Funny
Dev
Pics