How to get faster iteration times in android development
- by Sebastian Bugiu
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 new variant. Of course this is bad for iteration times.
Any ideas about what I can do to avoid rebuilding every time I change something? This *.apk…