András Tóth‘s professional blog
banditoth.net

Hey there 👋, I’m banditoth a .NET MAUI developer from Hungary.
I write about software development with .NET technologies.

You can find me on:
LinkedIn | Github | StackOverflow | X / Twitter | Threads

Tag: APT Error

  • Xamarin.Android: R.java error APT2258 invalid symbol name fix

    This content has 4 years. Some of the information in this post may be out of date or no longer work. Please, read this page keeping its age in your mind.

    If you are facing this issue:

    R.java : error APT2258: invalid symbol name 'com.companyname.appname:drawable/xxxx'.
    

    You should check for your Resources folder, and look for files with name like a C# or Java keyword. For example: new, public, private, static, class, and so on.

    If you rename the file, it will solve your problem.