You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules\capacitor-branch-deep-links\android\src\main\java\co\boundstate\BranchDeepLinks.java:5: error: package android.support.annotation does not exist
import android.support.annotation.Nullable;
^
node_modules\capacitor-branch-deep-links\android\src\main\java\co\boundstate\BranchDeepLinks.java:21: error: cannot find symbol
@Nullable
^
symbol: class Nullable
location: class BranchDeepLinks
2 errors
The text was updated successfully, but these errors were encountered:
We've run into this issue both on a React Native project, and an Ionic/Capacitor project as well. If you take a look at this SO question, the top answer provides a solution that worked for us:
The text was updated successfully, but these errors were encountered: