Tagged Questions
4
votes
4answers
278 views
How to get faster iteration times in android development
I'm creating a game on the android platform that uses the resources/raw folder for assets and scripts. The problem is that every time I change something I have to rebuild the application to test the ...