Error after upgrading to Capacitor v3 cannot find symbol @CapacitorPlugin(name = "App")

Hi
I upgraded my ionic capaitor to version 3
when i try to run my application on android emulator , I got this error

C:\ionic\dhaman-customer-service\node_modules@capacitor\app\android\src\main\java\com\capacitorjs\plugins\app\AppPlugin.java:15: error: cannot find symbol
@CapacitorPlugin(name = “App”)
^
symbol: class CapacitorPlugin


The following is the out put of npx cap doctor command
Latest Dependencies:

@capacitor/cli: 2.4.7
@capacitor/core: 2.4.7
@capacitor/android: 2.4.7
@capacitor/ios: 2.4.7

Installed Dependencies:

@capacitor/ios: not installed
@capacitor/core: 3.0.0-rc.0
@capacitor/cli: 3.0.0-rc.0
@capacitor/android: 2.4.7

I notices that the vesion of capacitor/android is 2.4.7. Is this is the latest version?
Does any one face this problem before?

Regards

Problem fixed after running npm install @capacitor/android@3.0.0-beta.3