0
votes

i am new into Titanium appcelarator IDE and upon running a project after importing modules, i get the following error. I have attached screenshots of my project. any help would be greatly appreciated !

[WARN] :   Could not find a valid Titanium module id=ti.paint version=latest platform=android deploy-type=development
[WARN] :   Could not find a valid Titanium module id=com.rkam.swiperefreshlayout version=latest platform=android deploy-type=development
[WARN] :   Could not find a valid Titanium module id=ti.inappbilling version=latest platform=android deploy-type=development
[WARN] :   Could not find a valid Titanium module id=com.cameraandroid version=latest platform=android deploy-type=development
[ERROR] :  Could not find all required Titanium Modules:
[ERROR] :     id: ti.paint   version: latest     platform: android   deploy-type: development
[ERROR] :     id: com.rkam.swiperefreshlayout    version: latest     platform: android   deploy-type: development
[ERROR] :     id: ti.inappbilling    version: latest     platform: android   deploy-type: development
[ERROR] :     id: com.cameraandroid  version: latest     platform: android   deploy-type: development

enter image description here

enter image description here

enter image description here

enter image description here

2

2 Answers

0
votes

The module must be in app/modules/android/ and app/modules/iphone

titanium project folder organization

0
votes

Take a look at Gittio, you can find modules and installing commands there. No need to do everything your self, just paste a command and hit enter. CLI will install it into the right folder straight away.