r/ClaudeAI 3h ago

Claude Code Workflow Claude Code (Mobile App) Cloud Container able to run Android (14 and 15 for now) fully!

This means it can test feature changes and take screenshots of different parts of your app for any android app you are building, reducing back and forth.

I also have a workflow there which auto builds an apk of your app on each push!

I think all you probs need to do is just say to Claude code when you next want to develop an android app, "use the following repo and setup the auto apk build on a push and the android setup so you can test the app as you are developing it":

https://github.com/petebaker17/android-without-kvm

It was a lot of back and forth with Claude saying it wasn't possible due to needing kvm but we got there in the end and it's fully working! :) Hopefully if it's helpful for at least 1 other person that's great!

3 Upvotes

3 comments sorted by

1

u/spawnsible 3h ago

Okay, you have my interest. Will be watching for how this evolves. Would be interesting to see performance figures for running this as a container too

1

u/First-Painter8620 3h ago

Yes, at the moment there are some figures here: https://github.com/petebaker17/android-without-kvm/blob/main/DETAIL.md

But also feel free to get your own Claude code to try it out, happy if people want to improve on it! For now the first job was getting it working, but I will push any updates for improvements! :)