简体   繁体   中英

How to install a Titanium module

I'm trying to use this module in a Titanium app.

I've downloaded this zip and I've tried to copy it in my Project Folder, at same level as Resources, tiapp.xml, README, etc. Is it correct?

If I build the project now, zip file disappear but it doesn't create a modules folder and when I've tried to configure the app to use it, I try to modify tiapp.xml but the module doesn't appear.

If I update tiapp manually with this format:

 <module version="$MODULE_VERSION">$MODULE_ID</module>

it doesn't recognise it.

What am I doing wrong?

I've tried also to add the zip to ~/Library/Application Support/Titanium but nothing changes.

Thank you very much

Do the following steps.

  1. Unzip the zip file
  2. Copy the folder to your Appcelerator titanium's iPhone module folder. If you didn't changed the install path the normal path will be: ~/Library/Application Support/Titanium/modules/iphone
  3. Go to the TiApp Editor page of your project. a. If you are using the GUI interface add the module on the right side window. b. If you are using the xml file, add the below lines to your tiapp.xml.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM