I had added a method getWorld(); as a property in a google protocol buffer… the compiler is looking for a PROPERTY named world… not the package world.amplus.... what tipped me off was that the auto-complete for “world” looked like the IDE thought it was a String… and not a package..