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

Fails to build ConnectedDevices.Xamarin.Droid #7

Closed
pnp0a03 opened this issue Mar 24, 2017 · 2 comments
Closed

Fails to build ConnectedDevices.Xamarin.Droid #7

pnp0a03 opened this issue Mar 24, 2017 · 2 comments

Comments

@pnp0a03
Copy link

pnp0a03 commented Mar 24, 2017

Hi,
I could not build the ConnectedDevices.Xamarin.Droid with following errors.
Do you have any clue for build it?
...If the latest binaries are uploaded as nuget, it helps me too :)

Source: 8960cb1
Tools: Visual Studio 2017 Enterprise 26228.9

1>D:\Github\project-rome\xamarin\src\ConnectedDevices.Xamarin.Droid\Additions\Platform.cs(58,33,58,61): error CS0246: The type or namespace name 'PlatformInitializationStatus' could not be found (are you missing a using directive or an assembly reference?)
1>D:\Github\project-rome\xamarin\src\ConnectedDevices.Xamarin.Droid\Additions\Platform.cs(49,64,49,94): error CS0535: 'Platform.PlatformInitializer' does not implement interface member 'IPlatformInitializationHandler.OnDone(bool)'
@anpea
Copy link

anpea commented Mar 27, 2017

Hi,

This looks to be a issue that has now been resolved; a mismatch in our internal API call. Make sure you have the latest version of our Xamarin deployment (0.2.0) and let us know if this issue still persists.

Thanks

@pnp0a03
Copy link
Author

pnp0a03 commented Mar 27, 2017

I could succeeded to build the sample app with new 0.2.0 nuget package. Thank you!
Microsoft.ConnectedDevices.Xamarin.Droid 0.2.0
..But I'm faced in another runtime exception and It fails to get the list of remote devices :) I'll open new issue for the one.

@pnp0a03 pnp0a03 closed this as completed Mar 27, 2017
PatrickFarley pushed a commit that referenced this issue May 11, 2017
* Update README.md

* Update framework file

* Create ConnectedDevices.framework

* Rename ConnectedDevices.framework to ConnectedDevicesT.framework

* Add files via upload

* Delete ConnectedDevicesT.framework

* Updated version for pod

* Force the CLIENT_ID for build.

This notified the developer building the app that the CLIENT_ID is required for the sample to function.
This skips the build -> realize the App doesn't work without CLIENT_ID, so go back and enter it in.
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