tweaselORG / meta

(Currently) only used for the issue tracker.
2 stars 0 forks source link

Creation of Android emulators #30

Closed baltpeter closed 1 year ago

baltpeter commented 1 year ago

Now that we're using andromatic, the user doesn't have the SDK binaries in their PATH anymore. This doesn't really matter for most of them, but it is a problem for emulators. The appstraction README currently instructs you to create an emulator like this:

https://github.com/tweaselORG/appstraction/blob/83418768e64c26ac135d4a1d53644cff1f7ea3a1/README.md#L78

This won't work anymore. How do we want to proceed?

zner0L commented 1 year ago

I think we basically already kinda implemented a emulator creation function in CA. I should be easy to abstract that out and then expose it in CLI also. appstraction seems like the wrong place for it. And I think we could still mention that you can also create the emulators in Android Studio as well.

baltpeter commented 1 year ago

I think we basically already kinda implemented a emulator creation function in CA.

Um, we have a way to start emulators in CA, but we can't create them yet.

zner0L commented 1 year ago

Ah, yes. Of course. Well, I still think CA is the right place for it.

baltpeter commented 1 year ago

I'm really not sure whether I see this as fitting CA. What does this have to do with traffic analysis? But I'm not quite sure where else to put it either: