Bug P3
Status Update
Comments
vi...@google.com <vi...@google.com>
lb...@gmail.com <lb...@gmail.com> #2
Forgot to note the environment.
This crash occurs on only API 21.
This crash occurs on only API 21.
Description
Sadly, not only that this code seems very fragile as it depends on a library's implementation and relation between quite inner classes, but it won't work because it fails to be built.
It shows an error due to using 2 private functions: appCompatViewInflater.createView , VectorEnabledTintResources.shouldBeUsed()
The error is:
e: file:///C:/Users/User/Desktop/MyApplication/app/src/main/java/com/lb/myapplication/Foo.kt:64:46 Cannot access 'createView': it is package-private in 'AppCompatViewInflater'
And that's before I even try to use this new code...