Is there a faster way to launch Activity on Android when using maven?
- by Kamilski81
Within Eclipse, everything works perfectly when I run 'mvn install android:deploy'...however, this takes about 18 seconds to complete. Is there a faster way to launch my android application. When I try to run my main Activity via 'Android Application' I get a huge stack trace:
09-05 14:03:09.915: E/AndroidRuntime(689): FATAL EXCEPTION: main…