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

MainApplication: fail to import sdk.Buglife #67

Open
oferRounds opened this issue Jul 18, 2019 · 3 comments
Open

MainApplication: fail to import sdk.Buglife #67

oferRounds opened this issue Jul 18, 2019 · 3 comments

Comments

@oferRounds
Copy link

image

Any idea?

@oferRounds
Copy link
Author

It seems everything is in place

@oferRounds
Copy link
Author

/Users/ofermorag/Projects/Bob/android/app/src/main/java/com/hibob/MainApplication.java:4: error: cannot find symbol
import com.buglife.sdk.InvocationMethod;
                      ^
  symbol:   class InvocationMethod
  location: package com.buglife.sdk
/Users/ofermorag/Projects/Bob/android/app/src/main/java/com/hibob/MainApplication.java:20: error: cannot find symbol
import com.buglife.sdk.Buglife;
                      ^
  symbol:   class Buglife
  location: package com.buglife.sdk
/Users/ofermorag/Projects/Bob/android/app/src/main/java/com/hibob/MainApplication.java:111: error: cannot find symbol
    Buglife.initWithApiKey(this, "vQVQSiQu8pLTiHG6kX9UkAtt");
    ^
  symbol:   variable Buglife
  location: class MainApplication
/Users/ofermorag/Projects/Bob/android/app/src/main/java/com/hibob/MainApplication.java:112: error: cannot find symbol
    Buglife.setInvocationMethod(InvocationMethod.NONE);
                                ^
  symbol:   variable InvocationMethod
  location: class MainApplication
/Users/ofermorag/Projects/Bob/android/app/src/main/java/com/hibob/MainApplication.java:112: error: cannot find symbol
    Buglife.setInvocationMethod(InvocationMethod.NONE);
    ^
  symbol:   variable Buglife
  location: class MainApplication
5 errors

> Task :app:compileDebugJavaWithJavac FAILED

@oferRounds
Copy link
Author

Perhaps it’s a gradle version issue? What‘s the max one buglife supports?

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

1 participant