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

error: cannot find symbol new GoogleFitPackage(MainActivity.activity) #1

Closed
marcusds opened this issue Feb 4, 2017 · 2 comments
Closed

Comments

@marcusds
Copy link
Contributor

marcusds commented Feb 4, 2017

I followed the instructions for the plugin, but when I building I get:

MainApplication.java:29: error: cannot find symbol
                                        new GoogleFitPackage(MainActivity.activity)
@StasDoskalenko
Copy link
Owner

StasDoskalenko commented Feb 4, 2017

Hello, @marcusds

I followed the instructions for the plugin, but when I building I get:

Check your MainActivity.java:

public class MainActivity extends ReactActivity {
static MainActivity activity = null;
{
activity = this;
}
}

Wich React Native version do you use? If 0.41 there are could be some breaking changes. I'll update module in the nearest future.
Thanks!

@StasDoskalenko
Copy link
Owner

@marcusds version 0.1.0-beta released. Can we close this issue?

StasDoskalenko pushed a commit that referenced this issue Oct 12, 2018
StasDoskalenko pushed a commit that referenced this issue Mar 4, 2019
bloodpressure: get bucket by time
aboveyunhai added a commit that referenced this issue Oct 16, 2021
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

2 participants