タイトルの通りです。
しっかり終了しているのにビルドされたファイルが作成されていません。どうしたらいいのでしょうか?
↓使用環境↓
・Java:jdk 1.8.0_91
・SDK :sdk
・NDK :android-ndk-r9
・ant :apache-ant-1.9.7
・プロジェクト:C:\Users\(名前)\AppData\Local\Android
・OS :Windos10 64bit
↓ビルドconsole(ログでいいのかな?)※ユーザー名は(名前)に変えてます。↓
#HSP script preprocessor ver3.4 / onion software 1997-2014(c)
#Use file [hspdef.as]
#HSP code generator ver3.4 / onion software 1997-2014(c)
#未初期化の変数があります(key)
#未初期化の変数があります(bsize)
#Code size (1854) String data size (204) param size (0)
#Vars (38) Labels (8) Modules (0) Libs (0) Plugins (0)
#No error detected. (total 2432 bytes)
Buildfile: C:\Users\(名前)\AppData\Local\Android\test1\build.xml
BUILD FAILED
C:\Users\(名前)\AppData\Local\Android\test1\build.xml:90: Cannot find C:\Users\???\AppData\Local\Android\sdk\tools\ant\build.xml imported from C:\Users\(名前)\AppData\Local\Android\test1\build.xml
Total time: 0 seconds
Android NDK: WARNING:jni/Android.mk:test1: non-system libraries in linker flags: -lhsp3lib
Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
Android NDK: current module
"Compile++ thumb : test1 <= hspsource.cpp
jni/hsp3embed/hspsource.cpp: In function 'void __HspEntry()':
jni/hsp3embed/hspsource.cpp:118:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
jni/hsp3embed/hspsource.cpp: In function 'void L0001()':
jni/hsp3embed/hspsource.cpp:219:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
jni/hsp3embed/hspsource.cpp: In function 'void L0002()':
jni/hsp3embed/hspsource.cpp:549:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
SharedLibrary : libtest1.so
Install : libtest1.so => libs/armeabi-v7a/libtest1.so
Buildfile: C:\Users\(名前)\AppData\Local\Android\test1\build.xml
BUILD FAILED
C:\Users\(名前)\AppData\Local\Android\test1\build.xml:90: Cannot find C:\Users\???\AppData\Local\Android\sdk\tools\ant\build.xml imported from C:\Users\透\AppData\Local\Android\test1\build.xml
Total time: 0 seconds
ソーススクリプト:block3.hsp
HSP変換処理中...
UTF-8に変換中...
変換終了しました。
NDKビルド処理中...
test1ビルド処理中...
終了しました。
よろしくお願いします。