-1

At the execution of my android kotlin project on my emulator, I receive this error during the compilation of the project

Boken
  • 4,825
  • 10
  • 32
  • 42
Modeste KOUASSI
  • 67
  • 2
  • 10

1 Answers1

0

The cause of the error was i taking my TabLayout's id from xml and just pasted the id in my code without apply any kind of property or calling any function on it.

Modeste KOUASSI
  • 67
  • 2
  • 10