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

Xamarin Android / iOS app - OutputType = apk? #242

Open
weitzhandler opened this issue Sep 29, 2020 · 0 comments
Open

Xamarin Android / iOS app - OutputType = apk? #242

weitzhandler opened this issue Sep 29, 2020 · 0 comments

Comments

@weitzhandler
Copy link
Contributor

weitzhandler commented Sep 29, 2020

Hi,

Would it be possible to use MSBuildSdkExtras with Xamarin.Android app projects?

I tried converting my app from the old sdk format using xamarin.android as the TFM, but it seems to ignore all other configurations, and when trying to launch the project as an apk with the emulator (when I try to debug), the message saying the app is a DLL and not an executable is displayed:

image

I'm curious if there is any way or any plans to have a port for the OutputType config so that it becomes an apk and is launched by VS, as it would have if using the old csproj.

Perhaps this line is also related:

<Target 
  Name="GenerateBuild" 
  DependsOnTargets="SignAndroidPackage" 
  AfterTargets="Build"
  Condition="'$(BuildingInsideVisualStudio)'==''" />

Thank you!

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

1 participant