We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C:\Users\Deepak\AndroidStudioProjects\Companion-for-Band\app\src\main\java\com\deepak\ms\activities\cloud\CloudActivity.java Error:(87, 50) error: cannot find symbol variable client_secret Error:(86, 50) error: cannot find symbol variable client_id C:\Users\Deepak\AndroidStudioProjects\Companion-for-Band\app\src\main\java\com\deepak\ms\activities\cloud\WebviewActivity.java Error:(70, 50) error: cannot find symbol variable client_id Error:(73, 50) error: cannot find symbol variable client_secret Error:(72, 50) error: cannot find symbol variable client_id C:\Users\Deepak\AndroidStudioProjects\Companion-for-Band\app\src\main\java\com\deepak\ms\activities\main\MainActivity.java Error:(538, 87) error: cannot find symbol variable base64 C:\Users\Deepak\AndroidStudioProjects\Companion-for-Band\app\src\main\java\com\deepak\ms\activities\support\GittyActivity.java Error:(31, 47) error: cannot find symbol variable oauth_token C:\Users\Deepak\AndroidStudioProjects\Companion-for-Band\app\src\main\java\com\deepak\ms\AnalyticsApplication.java Error:(33, 46) error: cannot find symbol variable xml Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details. Information:BUILD FAILED Information:Total time: 1 mins 34.617 secs Information:9 errors Information:0 warnings Information:See complete output in console
The text was updated successfully, but these errors were encountered:
You need a client id and secret for CloudActivity to work. You can get it by following the instructions here : https://developer.microsoftband.com/cloudAPI
Sorry, something went wrong.
No branches or pull requests
C:\Users\Deepak\AndroidStudioProjects\Companion-for-Band\app\src\main\java\com\deepak\ms\activities\cloud\CloudActivity.java
Error:(87, 50) error: cannot find symbol variable client_secret
Error:(86, 50) error: cannot find symbol variable client_id
C:\Users\Deepak\AndroidStudioProjects\Companion-for-Band\app\src\main\java\com\deepak\ms\activities\cloud\WebviewActivity.java
Error:(70, 50) error: cannot find symbol variable client_id
Error:(73, 50) error: cannot find symbol variable client_secret
Error:(72, 50) error: cannot find symbol variable client_id
C:\Users\Deepak\AndroidStudioProjects\Companion-for-Band\app\src\main\java\com\deepak\ms\activities\main\MainActivity.java
Error:(538, 87) error: cannot find symbol variable base64
C:\Users\Deepak\AndroidStudioProjects\Companion-for-Band\app\src\main\java\com\deepak\ms\activities\support\GittyActivity.java
Error:(31, 47) error: cannot find symbol variable oauth_token
C:\Users\Deepak\AndroidStudioProjects\Companion-for-Band\app\src\main\java\com\deepak\ms\AnalyticsApplication.java
Error:(33, 46) error: cannot find symbol variable xml
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
The text was updated successfully, but these errors were encountered: