Coder Social home page Coder Social logo

Comments (10)

ylatuya avatar ylatuya commented on August 10, 2024

XAMLator can't be installed in the .net standard shared project, it has to be installed in the native project, the Android application in your case.
The visual studio addin is WIP in #16, it will be soon submitted to the market place

from xamlator.

Ultimatewidder avatar Ultimatewidder commented on August 10, 2024

Hello ylatuya,

thanks for the fast reply.

For my understanding you mean when I want to use this tool, I need to choose as project template Xandroid-XAML-App (Xamarin.Forms) and not the Cross-Platform template where I install it in the Android project?

Yours

from xamlator.

ylatuya avatar ylatuya commented on August 10, 2024

You can use the .netstandard approach instead of the shared project one. If you look at the sample app in XAMLator, it's also using a .netstandard project to share code, but the XAMLator nuget is added to the application projects: XAMLator.SampleApp.Android, XAMLator.SampleApp.iOS, etc... instead of the .netstandard library project XAMLator.SampleApp.

from xamlator.

IoTFier avatar IoTFier commented on August 10, 2024

Hi @ylatuya, Is the https://www.nuget.org/packages/XAMLator/2019.3.24.12 ready for Windows ?
I just downloaded one. Will appreciate your input.
Thanks

from xamlator.

Ultimatewidder avatar Ultimatewidder commented on August 10, 2024

@ylatuya: I tried the provided Samples but it also not working with them. Seems that something is wrong with my IDE configuration. I just wait until the nuget package releases.

from xamlator.

jsuarezruiz avatar jsuarezruiz commented on August 10, 2024

We will release the Visual Studio for Windows extension soon, are you testing with the extension installed compiling the code or without the extension?. Without the extension will not work.

from xamlator.

IoTFier avatar IoTFier commented on August 10, 2024

@jsuarezruiz , I didn't have the extension installed. Is there a extension from the CI build that we can download before it is published in the marketplace ?

Besides hot-reload (which we are excited for), will XAMLator help us with the location of the errors where XAML may be failing / causing issues ? I think that's a very important need for Xamarin Forms development community. Thanks for everything. Can't wait longer... :)

from xamlator.

Ultimatewidder avatar Ultimatewidder commented on August 10, 2024

@jsuarezruiz

  • I installed the nuget Xamlator package under the android project
  • I start my emulated Android device
  • add LoadApplication(new App());
    #if DEBUG
    XAMLator.Server.PreviewServer.Run();
    #endif in main activity
  • Extras->Android->adb cmd "adb reverse tcp:8488 tcp:8488" typed
  • start debugging, does not work

from xamlator.

ylatuya avatar ylatuya commented on August 10, 2024

This won't work on Windows until we publish the Visual Studio plugin.
Closing this as duplicate of #16

from xamlator.

IoTFier avatar IoTFier commented on August 10, 2024

@ylatuya , @jsuarezruiz - can you please advice us when will this extn be available for VS 2019 on windows? Thanks

from xamlator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.