iotashan / TiTouchImageView

Titanium native module for TouchImageView
MIT License
70 stars 28 forks source link

Module not compatible with SDK #3

Closed bl4d3 closed 10 years ago

bl4d3 commented 10 years ago

Hi, I installed the module in my local project via gittio by using

gittio install org.iotashan.TiTouchImageView

I added the module in tiapp.xml

<modules>
        <module platform="iphone">ti.map</module>
        <module platform="android">ti.map</module>
        <module platform="android">org.iotashan.TiTouchImageView</module>
    </modules>

but i get this message:

The "org.iotashan.TiTouchImageView" module is not supported by Titanium SDK 3.4.0GA

I tried to change SDK, but i get the same warning message also with SDK 3.0. I'm not able to run the project on android emulator, this error is reported:

[ERROR] :  Could not find all required Titanium Modules:
[WARN] :   Could not find a valid Titanium module id=org.iotashan.TiTouchImageView version=latest platform=android deploy-type=development
[ERROR] :     id: org.iotashan.TiTouchImageView  version: latest     platform: android   deploy-type: development
[ERROR] Application Installer abnormal process termination. Process exit value was 1

I suppose something wrong in my installation process, any hints? Thank you

bl4d3 commented 10 years ago

my fault, after a cleanup and rebuild it work fine. Great job!