Closed ksouthworth closed 10 years ago
That's because the activity tag was a self closing one. I've corrected the README
That was it! thanks, can't believe I didn't notice that either.
Thanks for this! Just solved the same issue I had when merging code bases manually :)
I'm trying to follow your readme and include the tiapp.xml snippet to hide the window action bar on Android:
But it seems to be preventing my other modules from loading, specifically the
ti.googleanalytics
module. With the XML snippet above added to tiapp.xml I get the following error when starting up the android emulator:The
ti.googleanalytics
module is the only module I'm referencing in the project.