Titanium SDK 3.2.1GA Android/iPhone App Windows Titanium Studio, build: 3.2.1.201402041146
I am trying to add a module to my project and test it. I downloaded gcmjs from the marketplace. According to the instructions I add the zip file to the root of my project and add the following to the tiapp.xml
zip: net.iamyellow.gcmjs-android-0.2.zip
<property name="GCM_sender_id" type="string">SENDER_ID</property> <modules> <module platform="android" version="0.2">net.iamyellow.gcmjs</module> </modules>doing this causes the module to have a yellow caution sign and states it is not supported by the sdk.

If I add the module to my \Users\name\AppData\Roaming\Titanium\modules\android folder (unzipped) the module turns blue but when the app it run it states it is unlicensed.

If I add the module folder directly to my project (unzipped) it turns green but still states that is unlicensed.

Does anybody what I am doing wrong as far as adding it to the root of my project as a zip file (I would rather do this than add it to \Users\name\AppData\Roaming\Titanium\modules\android folder )?
Does anybody know why it would say unlicensed when run, even though the subscription is active in the marketplace?
Any help would be greatly appreciated.