c# - Gradle with Visual Studio gives empty project -


i'm working on "simple" xamarin project. in project wanted add "service cloud snap-ins mobile apps" both android , ios. i'm focussing on android. ( https://trailhead.salesforce.com/modules/service_snap-ins_mobile_apps/units/service_snap-ins_mobile_apps_android )

here explain when working natively android studio use called gradle third party code.

fortunately able find gradle visual studio ( https://marketplace.visualstudio.com/items?itemname=egorbogatov.xamaringradlebindings ).

  1. set dependency id & repositories from

enter image description here

  1. select jar/aar

enter image description here

  1. binding_servicesdk created , build. , reference binding_servicesdk added android project.

enter image description here

  1. but inside android project still can't use newly created wrapper class.

enter image description here

  1. i looked @ wrapper project telerik's justdecompile , saw contains buildconfig class. notting else.

enter image description here

looks explain why wrapper project isn't helping me. isn't formed properly. missing here. doing wrong ?


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -