Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Erros while trying to update to version 3.65.6

More
IP: 111.196.244.137 4 years 9 months ago #15665 by radaee
it seems all lambda codes has this error on your side.
we share screen-shot of project struct to you, wish to help you:
 
More
IP: 186.207.84.170 4 years 9 months ago #15666 by devit9ar
Just one more note.
I solved the inner class errors, but know I'm receving a 'duplicate value for resource 'attr/labelVisibilityMode' with config ''.' error. And the class RDGridView is also with errors because it need the androidx support. I'm almost sure we had to disable that in the pass for incompatibility with other libraries
More
IP: 186.207.84.170 4 years 9 months ago #15667 by devit9ar
Setting the Source and Targe Compatibility seems to solve the inner class error. And the androidx error also is gone.
I'm just with the attribute error. I'm sending an attachment with the message.
Can you guys check if it's a property in the some xml file that is colliding?
More
IP: 111.196.244.137 4 years 9 months ago #15668 by radaee
RDGridView is derived from RecyclerView
it depends as:
dependencies {
    //api 'androidx.legacy:legacy-support-v4:1.0.0'
    implementation 'androidx.recyclerview:recyclerview:1.2.1'
    implementation 'com.google.android.material:material:1.5.0-alpha02'
}

i think recyclerview has also normal version that not using androidx.
example:
Code:
implementation 'com.android.support:recyclerview-v7:29+'
we use androidx, because Google recommend that.
More
IP: 186.207.84.170 4 years 9 months ago #15669 by devit9ar
The androidx error was temporary. Probably related to the target compatibility. You can disregard.
For now, I just need help with the attr error.
More
IP: 111.196.244.137 4 years 9 months ago #15670 by radaee
we not found file: values.xml
Time to create page: 0.400 seconds
Powered by Kunena Forum