Skip to content
Discussion options

You must be logged in to vote

Hi Juan Francisco (@JuanFcoMiranda),

Not natively. Aspire is designed for orchestrating server-side distributed services - it has no support for Android/Kotlin projects out of the box.

That said, there are two practical approaches depending on your goal:

If you want to run your backend + see it in the dashboard - just add your .NET backend services to Aspire as usual. Your Android app connects to them normally via HTTP, no Aspire integration needed on the Android side.

If you want the Android emulator to appear as a resource in the AppHost - you can wrap it with builder.AddExecutable(...) to launch the emulator or a Gradle task as a process:

builder.AddExecutable("android-app", "gradlew", w…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davidfowl
Comment options

Answer selected by JuanFcoMiranda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants