Hi everyone
I have this problem, when I want build a module from titanium studio
BUILD FAILED C:\Users\calvear.SOLUCINT\AppData\Roaming\Titanium\mobilesdk\win32\3.2.3.GA\module\android\build.xml:228: srcdir "D:\Desarrollo\MODULOS\paint\mobile\android\build\generated\java" does not exist!
Buildfile: D:\Desarrollo\MODULOS\paint\mobile\android\build.xml
python.set.exec:
python.check:
[echo] Testing for Python
[exec] Python 3.4.0
init:
process.annotations:
generate.v8.bindings:
[java] Generating D:\Desarrollo\MODULOS\paint\mobile\android\build\generated\jni\ti.modules.titanium.paint.PaintModule.h
[java] Generating D:\Desarrollo\MODULOS\paint\mobile\android\build\generated\jni\ti.modules.titanium.paint.PaintModule.cpp
[java] Generating D:\Desarrollo\MODULOS\paint\mobile\android\build\generated\jni\ti.modules.titanium.paint.PaintViewProxy.h
[java] Generating D:\Desarrollo\MODULOS\paint\mobile\android\build\generated\jni\ti.modules.titanium.paint.PaintViewProxy.cpp
[exec] Traceback (most recent call last):
[exec] File "C:\Users\calvear.SOLUCINT\AppData\Roaming\Titanium\mobilesdk\win32\3.2.3.GA\module\android\bootstrap.py", line 384, in <module>
[exec] main()
[exec] File "C:\Users\calvear.SOLUCINT\AppData\Roaming\Titanium\mobilesdk\win32\3.2.3.GA\module\android\bootstrap.py", line 353, in main
[exec] from manifest import Manifest
[exec] File "C:\Users\calvear.SOLUCINT\AppData\Roaming\Titanium\mobilesdk\win32\3.2.3.GA\manifest.py", line 4, in <module>
[exec] from StringIO import StringIO
[exec] ImportError: No module named 'StringIO'
generate.bindings:
pre.compile:
js.compile:
ndk.build:
[mkdir] Created dir: C:\Users\CALVEA~1.SOL\AppData\Local\Temp\calvear\paint-generated
[copy] Copying 31 files to C:\Users\CALVEA~1.SOL\AppData\Local\Temp\calvear\paint-generated
[exec] Android NDK: WARNING:jni/Android.mk:ti.paint: non-system libraries in linker flags: -lkroll-v8
[exec] Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
[exec] Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
[exec] Android NDK: current module
[exec] Android NDK: WARNING:jni/Android.mk:ti.paint: non-system libraries in linker flags: -lkroll-v8
[exec] Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
[exec] Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
[exec] Android NDK: current module
[exec] jni/Android.mk:35: warning: overriding commands for target C:/Users/CALVEA~1.SOL/AppData/Local/Temp/calvear/paint-generated/KrollGeneratedBindings.cpp'
[exec] jni/Android.mk:35: warning: ignoring old commands for targetC:/Users/CALVEA~1.SOL/AppData/Local/Temp/calvear/paint-generated/KrollGeneratedBindings.cpp'
[exec] jni/Android.mk:38: warning: overriding commands for target C:/Users/CALVEA~1.SOL/AppData/Local/Temp/calvear/paint-generated/BootstrapJS.cpp'
[exec] jni/Android.mk:38: warning: ignoring old commands for targetC:/Users/CALVEA~1.SOL/AppData/Local/Temp/calvear/paint-generated/BootstrapJS.cpp'
[exec] Android NDK: WARNING:jni/Android.mk:ti.paint: non-system libraries in linker flags: -lkroll-v8
[exec] Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
[exec] Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
[exec] Android NDK: current module
[exec] [armeabi] Compile++ thumb: ti.paint <= ti.modules.titanium.paint.PaintModule.cpp
[exec] jni/Android.mk:35: warning: overriding commands for target C:/Users/CALVEA~1.SOL/AppData/Local/Temp/calvear/paint-generated/KrollGeneratedBindings.cpp'
[exec] jni/Android.mk:35: warning: ignoring old commands for targetC:/Users/CALVEA~1.SOL/AppData/Local/Temp/calvear/paint-generated/KrollGeneratedBindings.cpp'
[exec] jni/Android.mk:38: warning: overriding commands for target C:/Users/CALVEA~1.SOL/AppData/Local/Temp/calvear/paint-generated/BootstrapJS.cpp'
[exec] jni/Android.mk:38: warning: ignoring old commands for targetC:/Users/CALVEA~1.SOL/AppData/Local/Temp/calvear/paint-generated/BootstrapJS.cpp'
[exec] [armeabi] Compile++ thumb: ti.paint <= ti.modules.titanium.paint.PaintViewProxy.cpp
[exec] [armeabi] SharedLibrary : libti.paint.so
[exec] [armeabi] Install : libti.paint.so => libs/armeabi/libti.paint.so
[exec] [armeabi] Install : libstlport_shared.so => libs/armeabi/libstlport_shared.so
[exec] [armeabi-v7a] Compile++ thumb: ti.paint <= ti.modules.titanium.paint.PaintModule.cpp
[exec] [armeabi-v7a] Compile++ thumb: ti.paint <= ti.modules.titanium.paint.PaintViewProxy.cpp
[exec] [armeabi-v7a] SharedLibrary : libti.paint.so
[exec] [armeabi-v7a] Install : libti.paint.so => libs/armeabi-v7a/libti.paint.so
[exec] [armeabi-v7a] Install : libstlport_shared.so => libs/armeabi-v7a/libstlport_shared.so
[exec] [x86] Compile++ : ti.paint <= ti.modules.titanium.paint.PaintModule.cpp
[exec] [x86] Compile++ : ti.paint <= ti.modules.titanium.paint.PaintViewProxy.cpp
[exec] [x86] SharedLibrary : libti.paint.so
[exec] [x86] Install : libti.paint.so => libs/x86/libti.paint.so
[exec] [x86] Install : libstlport_shared.so => libs/x86/libstlport_shared.so
[move] Moving 31 files to D:\Desarrollo\MODULOS\paint\mobile\android\build\generated
[copy] Copying 3 files to D:\Desarrollo\MODULOS\paint\mobile\android\libs
ndk.build.local:
compile:
Total time: 6 seconds