- Posts: 1123
- Thank you received: 73
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
IP: 111.196.244.137
4 years 9 months ago #15665
by radaee
Replied by radaee on topic Erros while trying to update to version 3.65.6
IP: 186.207.84.170
4 years 9 months ago #15666
by devit9ar
Replied by devit9ar on topic Erros while trying to update to version 3.65.6
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
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
IP: 186.207.84.170
4 years 9 months ago #15667
by devit9ar
Replied by devit9ar on topic Erros while trying to update to version 3.65.6
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?
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?
IP: 111.196.244.137
4 years 9 months ago #15668
by radaee
Replied by radaee on topic Erros while trying to update to version 3.65.6
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:
we use androidx, because Google recommend that.
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+'
IP: 186.207.84.170
4 years 9 months ago #15669
by devit9ar
Replied by devit9ar on topic Erros while trying to update to version 3.65.6
The androidx error was temporary. Probably related to the target compatibility. You can disregard.
For now, I just need help with the attr error.
For now, I just need help with the attr error.
IP: 111.196.244.137
4 years 9 months ago #15670
by radaee
Replied by radaee on topic Erros while trying to update to version 3.65.6
we not found file: values.xml
Time to create page: 0.400 seconds