しまくろねこさんコメントありがとうございます。
Android SDK Manager が起動しない時の対策
http://d.hatena.ne.jp/magnitude6/20130130/1359511639
現象としてはこの件に同一の可能性が大きいですね。
今回パソコンを丁度交換してしまったので検証できなくて残念です。
★ビルド時の表示というかコメントというかログありがとうございます。
こういうログが非常に助かります。
勘違いしておりましたが、よくよく見るとビルドは失敗しているようです。
長いのですが全文を末に記載いたします。
★ログ全文から抜き出したものですが、
BUILD FAILED
C:\android-sdk\sdk\tools\ant\build.xml:713: The following error occurred while executing this line:
C:\android-sdk\sdk\tools\ant\build.xml:727: Error running javac.exe compiler
★その内容
build.xml:713 行目
<do-only-if-manifest-hasCode elseText="hasCode = false. Skipping...">
build.xml:727 行目
destdir="${out.classes.absolute.dir}"
この行をGoogle、HSPTV!掲示板で調べた見たのですがいまいちよくわかりませんでした。
何か知っていることございましたら、コメントいただけますと助かります。
★スクリプトビルド表示
#HSP script preprocessor ver3.4beta1 / onion software 1997-2013(c)
#Use file [hspdef.as]
#HSP code generator ver3.4beta1 / onion software 1997-2013(c)
#未初期化の変数があります(key)
#未初期化の変数があります(bsize)
#Code size (1830) String data size (204) param size (0)
#Vars (38) Labels (8) Modules (0) Libs (0) Plugins (0)
#No error detected. (total 2408 bytes)
"Compile++ thumb : hsp001 <= hspsource.cpp
jni/hsp3embed/hspsource.cpp: In function 'void __HspEntry()':
jni/hsp3embed/hspsource.cpp:116:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
jni/hsp3embed/hspsource.cpp: In function 'void L0001()':
jni/hsp3embed/hspsource.cpp:217:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
jni/hsp3embed/hspsource.cpp: In function 'void L0002()':
jni/hsp3embed/hspsource.cpp:547:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
SharedLibrary : libhsp001.so
Install : libhsp001.so => libs/armeabi/libhsp001.so
Unable to locate tools.jar. Expected to find it in E:\jdk_jre\lib\tools.jar
Buildfile: E:\hsp3dish_admob\hsp001\build.xml
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 22.0.1
[checkenv] Installed at C:\android-sdk\sdk
-setup:
[echo] Project Name: hsp001
[gettype] Project Type: Application
-set-debug-mode:
-debug-obfuscation-check:
-pre-build:
-build-setup:
[getbuildtools] Using latest Build Tools: 17.0.0
[echo] Resolving Build Target for hsp001...
[gettarget] Project Target: Android 4.2.2
[gettarget] API level: 17
[echo] ----------
[echo] Creating output directories if needed...
[echo] ----------
[echo] Resolving Dependencies for hsp001...
[dependency] Library dependencies:
[dependency] No Libraries
[echo] ----------
[echo] Building Libraries with 'debug'...
[subant] No sub-builds to iterate on
-code-gen:
[mergemanifest] Found Deleted Target File
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files...
[aidl] No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files...
[renderscript] No RenderScript files to compile.
[echo] ----------
[echo] Handling Resources...
[aapt] Found Deleted Target File
[aapt] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.
-pre-compile:
-compile:
[javac] Warning: R.java.d modified in the future.
[javac] Warning: net\aeug\scam\hsp001\BuildConfig.java modified in the future.
[javac] Warning: net\aeug\scam\hsp001\R.java modified in the future.
[javac] Compiling 4 source files to E:\hsp3dish_admob\hsp001\bin\classes
BUILD FAILED
C:\android-sdk\sdk\tools\ant\build.xml:713: The following error occurred while executing this line:
C:\android-sdk\sdk\tools\ant\build.xml:727: Error running javac.exe compiler
Total time: 16 seconds
★ビルド時のコンソールウィンドウの表示内容
ソーススクリプト:block3.hsp
HSP変換処理中...
UTF-8に変換中...
変換終了しました。
NDKビルド処理中... (←ここで少し時間がかかる)
hsp001ビルド処理中...
終了しました。