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

CS0246 The type or namespace name 'GSResponse' could not be found (are you missing a using directive or an assembly reference?) GigyaSDK.Android #156

Closed
santoshpatro opened this issue May 18, 2017 · 4 comments

Comments

@santoshpatro
Copy link

I am trying to build the Gigya components for the solution: GigyaSDK.Android.sln and getting an error related to the GSResponse assembly. Also I see there is no reference to the Gigya SDK. Can anyone help me to fix this issue. Any blogs or articles on Gigya integration with Xamarin is much appreciated.

@ASN1234
Copy link

ASN1234 commented Jun 5, 2017

Hi. I am also facing same issue.
Were you able to find a solution for your problem?

@ASN1234
Copy link

ASN1234 commented Jun 13, 2017

Here is what worked for me...

  1. Downloaded the latest Android SDK for Gigya (JAR) from Gigya website.
  2. Copy the JAR to the "Jars" folder in the "GigyaSDK.Android" project and set its BuildAction as "EmbeddedJar".
  3. Update the entire solution with the latest Xamarin packages from NuGet.

Hope this helps.

@santoshpatro
Copy link
Author

santoshpatro commented Jun 25, 2017 via email

@newky2k
Copy link
Contributor

newky2k commented Jul 24, 2018

@santoshpatro You need use the build.cake first as this downloads all neccesary files to allow the solution compile correctly, including the jar files

@newky2k newky2k closed this as completed Jul 24, 2018
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