Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
There is an Android os that runs native to PC but I haven't had any luck with it
-
@AvatarOfKaine I mean like a software that tests the app and lets me know if there’s any issues as my laptop is already not great at running android studio alone
-
@TheDarkDiamond you mean like something that will step through the code and predict where problems might occur if it ran that aren't syntax errors ? That's something different because otherwise you know you have to run the app to test it and perhaps write some unit tests to ensure your base code that you authored is sound
-
@jonas-w I'd think that would have the same overhead.
Isnt there some compatibility layer for Android and Linux someone was writing ? -
@TheDarkDiamond
Disable the IDE features you don't need and get a beefy desktop PC. It doesn't have to be new. -
There are companies that allow you to test your app on thier large set of android devices remotely, using automated tests you provide.
Is there a way to test an android app made in android studio via Kotlin without emulator or an android phone?
question