Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF

TOPIC:

Erros while trying to update to version 3.65.6 2 years 4 months ago #15665

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
it seems all lambda codes has this error on your side.
we share screen-shot of project struct to you, wish to help you:
 
Attachments:

Please Log in or Create an account to join the conversation.

Erros while trying to update to version 3.65.6 2 years 4 months ago #15666

  • devit9ar
  • devit9ar's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 34
  • Thank you received: 0
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

Please Log in or Create an account to join the conversation.

Erros while trying to update to version 3.65.6 2 years 4 months ago #15667

  • devit9ar
  • devit9ar's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 34
  • Thank you received: 0
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?
Attachments:

Please Log in or Create an account to join the conversation.

Erros while trying to update to version 3.65.6 2 years 4 months ago #15668

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
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:
implementation 'com.android.support:recyclerview-v7:29+'
we use androidx, because Google recommend that.

Please Log in or Create an account to join the conversation.

Erros while trying to update to version 3.65.6 2 years 4 months ago #15669

  • devit9ar
  • devit9ar's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 34
  • Thank you received: 0
The androidx error was temporary. Probably related to the target compatibility. You can disregard.
For now, I just need help with the attr error.

Please Log in or Create an account to join the conversation.

Erros while trying to update to version 3.65.6 2 years 4 months ago #15670

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
we not found file: values.xml

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum