-
Notifications
You must be signed in to change notification settings - Fork 9
Sample project doesn't work once OsmDroid project is added #7
Comments
If you need a C# color picker look here: https://github.com/Cheesebaron/MonoDroid.ColorPickers :) Might need a bit of time to get to work in Xamarin.Android as it has been left untouched for quite a while. |
That's fine but it isn't the issue I'm having. Once you add the reference On Thu, Oct 30, 2014 at 7:57 AM, Tomasz Cielecki [email protected]
|
So it is a problem with multiple binding project references? Or is it directly related to OSM? Would be awesome if you narrowed it down a bit more :) |
I THINK It's multiple binding project references but I'm not sure. On Thu, Oct 30, 2014 at 9:37 AM, Tomasz Cielecki [email protected]
|
For me Proguard is failing with the following error message:
This seems to be related to the Java SDK version. I'm guessing the ColorPicker binding project uses Java code compiled with Java 8, whereas Proguard (and most of Android?) expects Java 7 (or was it 6 even?). Anyway, as the OsmDroid project wasn't referenced by the ColorPickerDemo, I'm guessing this is not what is happening at your end. Can you post the Proguard output you're getting [from the Build Output tab/window]? (Like the one I posted above) |
Odd. I only have Java 7 installed. On Thu, Oct 30, 2014 at 8:59 PM, Mart Roosmaa [email protected]
|
I have a sample project that pulls in a bindings project called ColorPicker (from https://code.google.com/p/color-picker-view/) this works great with Xamguard. Once I add OsmDroid bindings as a reference Proguard fails to work.
Sample project is at: https://www.dropbox.com/s/bo3zh8662gv1t6q/ColorPickerDemo.zip?dl=0
To trigger the bug you can build in release and notice that everything works. If you then add a reference to OsmDroid for the ColorPickerDemo project ProGuard will give you errors about not being able to find the color picker.
The text was updated successfully, but these errors were encountered: