Erro in andorid

You must Login before you can answer or comment on any questions.

Hello, i am working on one project which successfully execute in iPhone and in android simulator but when i try to install it in android device.It gives me below error:-

I had used mapview and done xml parsing in my project:-

[ERROR] /Users/Silvertouch/Desktop/Test/build/android/gen/com/silvertouch/TestApplication.java:33: package ti.modules.titanium.xml does not exist [ERROR] modules.add(new ti.modules.titanium.xml.XMLModule(context)); [ERROR] ^ [ERROR] /Users/Silvertouch/Desktop/Test/build/android/gen/com/silvertouch/TestApplication.java:35: package ti.modules.titanium.map does not exist [ERROR] modules.add(new ti.modules.titanium.map.MapModule(context)); [ERROR] ^ [ERROR] /Users/Silvertouch/Desktop/Test/build/android/gen/com/silvertouch/TestApplication.java:37: package ti.modules.titanium.network does not exist [ERROR] modules.add(new ti.modules.titanium.network.NetworkModule(context)); [ERROR] ^ [ERROR] 3 errors

Please help me. Thanks in advance

Your Answer

Think you can help? Login to answer this question!