Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot resolve symbol 'reactnativemmkv' #57

Closed
tamacroft opened this issue Apr 26, 2021 · 6 comments
Closed

Cannot resolve symbol 'reactnativemmkv' #57

tamacroft opened this issue Apr 26, 2021 · 6 comments

Comments

@tamacroft
Copy link

on android : import com.reactnativemmkv.MmkvModule
error is Cannot resolve symbol 'reactnativemmkv'

im using "react-native-mmkv": "^1.1.6",

@ivanszhuravlev
Copy link

I've got the same issue. Somehow after the installation, the "android" folder is empty
image

@ivanszhuravlev
Copy link

@tamacroft This one looks like a workaround though #37. Worked for me

@mrousavy
Copy link
Owner

Somehow after the installation, the "android" folder is empty

The android folder in your screenshot is not empty. It contains an aar and a build.gradle file, which is the pre-compiled format for distributing android libraries.

@ivanszhuravlev
Copy link

Ah, ok, thanks, I didn't know that

@mrousavy
Copy link
Owner

mrousavy commented May 5, 2021

@tamacroft did you try cleaning your entire android cache?

./gradlew clean

@tamacroft
Copy link
Author

@tamacroft This one looks like a workaround though #37. Worked for me

thx, it's work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants