Replies: 3 comments 3 replies
-
Tried capacitor v3.9.0 the package import com.getcapacitor.android.R; is found. Switched to and the test App is build in android studio |
Beta Was this translation helpful? Give feedback.
-
Any updates that causing the issue? Having the same problem |
Beta Was this translation helpful? Give feedback.
-
Same problem here with capacitor 6. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm new to capacitor and wanted to try to build an app with android studio.
My build failed due to an import error: import com.getcapacitor.android.R;
Now I'm checking the git repro because I thought soemthing went wrong with my package imports.
In v4.7.3 capacitor/android/capacitor/src/main/java/com/getcapacitor/
the following classes have the import com.getcapacitor.android.R;
Bridge.java, BridgeActivity.java, BridgeFragment.java
I can't find the package com.getcapacitor.android.R
May somebody help me with this issue.
Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions