omorandi / TiAndroidSMS

An Android module for Titanium Mobile that allows sending text messages.
MIT License
31 stars 24 forks source link

TI.Android.SMS located on Android #4

Open 4rensycs opened 11 years ago

4rensycs commented 11 years ago

Sorry to bother but I am having a time trying to locate you module in the correct location so that the emulator and phone will pick it up. So far no such luck.

Can you provide some idea please.

Thanks, Ron

omorandi commented 11 years ago

For a global install, you should unzip the module package in the appropriate Titanium SDK directory. On Mac OS X such location is in $HOME/Application\ Support/Titanium. On Windows, according to this document: http://docs.appcelerator.com/titanium/latest/#!/guide/Software_Locations_and_Environment_Variables, it should be in C:\ProgramData\Titanium

If you want to install the module locally to your application, simply unzip the package in the project directory of your application (where tiapp.xml resides)