Still can't find module file. I've searched every piece of documentation there is, honestly. It's been months now. I searched again and found one piece of documentation that suggests a module.zip file is created when a module project is built. However, I've built many module projects in Ti.Studio and have never seen a zip file of any sort. Some of the documentation on including a module project in a Titanium project refers to the zip file but is very vague on what to do with it. One post here suggested I create a modules folder within my project because "it is not automatically created". Another doc talks about the contents of this module zip file but doesn't say a word about what to do with it. Some of the documentation is based on Ti 1.1. Most of the docs are based on Ti 2.1. Who can tell what's accurate and what's not. There is no way this effort should take me more than a day to figure out, but the documentation is not any help, primarily because of conflicting statements. I've received many response over the months and I appreciate them all, but none have elaborated on a solution. Rather, they sort of give a hint without details, which doesn't help. I respond and never hear from them again, increasing my frustration. I really would like to be able to use Appcelerator Titanium but dealing with this one problem, not to mention all the inconsistencies in Ti Studio is making it almost impossible. Is there anyone out there that can clearly explain why I continually get the error message "module not found". What I'm trying to do is include a module project with a .jar file in my mobile project. I will once again list the steps I took to create the module and according to the documentation, include it in my main project. 1. Create a module project. Very simple. 2. Add my third party custom .jar file to the /lib file of the module project. 3. Add an entry to the .classpath file that describes the location of the .jar file 4. Build the module project (no zip file is created contrary to some docs). 5. Modify the already created mobile project's tiapp.xml file to include a module node of the created module. 6. Build the mobile project. 7. Run the mobile project..."File not found - com.example.mymodule. Any suggestion or thought would be greatly appreciated. Thank you so much.
↧