deanushka / appcelerator_android_udp

ti.udp
Other
0 stars 0 forks source link

Building Module #1

Open sobytes opened 9 years ago

sobytes commented 9 years ago

Hi Deanushka,

You could be my lifesaver i have built a app using titanium udp module for IOS but i have been having problems with the Android version not working.

I see you have resolved this problem on a post of the Titanium Q and A. Can you explain how to build the module to put in the Titanium android folder?

I am not familiar with building titanium android modules i have only worked with them when they are in .zip format.

Would really appreciate your help.

Thanks

deanushka commented 9 years ago

Hi Sobytes,

Just import the as a new project.

Update the build properties file and ensure you have all of the resources and update the locations.

Note: you will need to install the NDK for android .. see notes in building modules on the appcelerator site.

click package. Done.

Let me know if you have any issues.

I can send you the zip if thats easier.

I have added the zip file to the dist folder.

Cheers, Dean

sobytes commented 9 years ago

Hi Dean,

Thanks for the reply.

I cant seem to build it not sure what i am doing wrong here is my process.

Open Titanium

Click File -> Import -> Git -> Git repository as new project

Paste in this url https://github.com/deanushka/appcelerator_android_udp.git

Update all the setting in build.properties see this image https://s3bubble.com/share/?file=AjMEMNWSk

But when i click package i get this popup. https://s3bubble.com/share/?file=nHwDbNPKO

Error is: https://s3bubble.com/share/?file=FWCGZCOkN

Maybe if you could send me the .zip that would be easier.

Thanks

Sam

deanushka commented 9 years ago

Hi Sam. I've added the zip to the android > dist folder. Cheers

Dean

sobytes commented 9 years ago

Hi Dean,

Awesome i have it now and its working ;) i really appreciate your help on this.

Thanks Sam