About Store Forum Documentation Contact



Post Reply 
Unable to resolve project target 'android-15'
Author Message
Tottel Offline
Member

Post: #1
Unable to resolve project target 'android-15'
Hi,

I'm getting this compile error when trying to build for Android. I haven't touched this project in a while because it's not high priority yet, but it used to work fine.

BUILD FAILED
C:\Users\admin\AppData\Local\Android\android-sdk\tools\ant\build.xml:601: The following error occurred while executing this line:
C:\Users\admin\AppData\Local\Android\android-sdk\tools\ant\build.xml:542: Unable to resolve project target 'android-15'

I have API 10 and 13 installed, installing 15 gives a lot more errors.

in project.properties: target=android-13

in manifest: <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>

Thanks!
04-01-2015 09:54 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Unable to resolve project target 'android-15'
Hi!

I think you may have to start Android "SDK Manager.exe", and then download some extra packages.
Try also APK Expansion Library, Billing Library, Licensing Library.
After you download try doing "Clean or Rebuild" from EE Build menu.
I might have to update the documentation page.
If that won't help, please attach the compilation output smile
04-01-2015 10:17 AM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #3
RE: Unable to resolve project target 'android-15'
Hi,
Thank you for the reply! Still not working though; here is the compilation log:

I am using Build-tools 21.1.1, is that ok?

Quote:make.exe: Entering directory `C:/Esenthel/Projects/_Build_/BoardGames/Android'
[armeabi] Compile++ thumb: Project <= Main.cpp
[armeabi] Compile thumb : android_native_app_glue <= android_native_app_glue.c
[armeabi] Compile thumb : cpufeatures <= cpu-features.c
[armeabi-v7a] Compile++ thumb: Project <= Main.cpp
[armeabi-v7a] Compile thumb : android_native_app_glue <= android_native_app_glue.c
[armeabi-v7a] Compile thumb : cpufeatures <= cpu-features.c
[x86] Compile++ : Project <= Main.cpp
[x86] Compile : android_native_app_glue <= android_native_app_glue.c
[armeabi] StaticLibrary : libandroid_native_app_glue.a
[x86] Compile : cpufeatures <= cpu-features.c
[armeabi-v7a] StaticLibrary : libandroid_native_app_glue.a
[x86] StaticLibrary : libandroid_native_app_glue.a
[armeabi] StaticLibrary : libcpufeatures.a
[armeabi-v7a] StaticLibrary : libcpufeatures.a
[x86] StaticLibrary : libcpufeatures.a
[armeabi-v7a] SharedLibrary : libProject.so
[armeabi] SharedLibrary : libProject.so
[x86] SharedLibrary : libProject.so
[armeabi-v7a] Install : libProject.so => libs/armeabi-v7a/libProject.so
[x86] Install : libProject.so => libs/x86/libProject.so
[armeabi] Install : libProject.so => libs/armeabi/libProject.so
make.exe: Leaving directory `C:/Esenthel/Projects/_Build_/BoardGames/Android'
Buildfile: C:\Esenthel\Projects\_Build_\BoardGames\Android\build.xml
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 24.1.2
[checkenv] Installed at C:\Users\admin\AppData\Local\Android\android-sdk
-setup:
[echo] Project Name: BoardGames
[gettype] Project Type: Application
-set-debug-mode:
-debug-obfuscation-check:
-pre-build:
-build-setup:
[getbuildtools] Using latest Build Tools: 21.1.1
[echo] Resolving Build Target for BoardGames...
[gettarget] Project Target: Android 3.2
[gettarget] API level: 13
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\BoardGames\Android\bin
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\BoardGames\Android\bin\res
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\BoardGames\Android\bin\rsObj
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\BoardGames\Android\bin\rsLibs
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\BoardGames\Android\gen
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\BoardGames\Android\bin\classes
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\BoardGames\Android\bin\dexedLibs
[echo] ----------
[echo] Resolving Dependencies for BoardGames...
[dependency] Library dependencies:
[dependency]
[dependency] ------------------
[dependency] Ordered libraries:
[dependency]
[dependency] ------------------
[dependency] API<=15: Adding annotations.jar to the classpath.
[echo] ----------
[echo] Building Libraries with 'debug'...
nodeps:
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 24.1.2
[checkenv] Installed at C:\Users\admin\AppData\Local\Android\android-sdk
-setup:
[echo] Project Name: facebook
[gettype] Project Type: Android Library
-set-debug-mode:
-debug-obfuscation-check:
-pre-build:
-build-setup:
[getbuildtools] Using latest Build Tools: 21.1.1
[echo] Resolving Build Target for facebook...
[gettarget] Project Target: Android 2.3.3
[gettarget] API level: 10
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\facebook\bin
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\facebook\bin\res
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\facebook\bin\rsObj
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\facebook\bin\rsLibs
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\facebook\gen
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\facebook\bin\classes
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\facebook\bin\dexedLibs
[echo] ----------
[echo] Resolving Dependencies for facebook...
[dependency] Library dependencies:
[dependency] No Libraries
[dependency]
[dependency] ------------------
[dependency] API<=15: Adding annotations.jar to the classpath.
-code-gen:
[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...
[echo] ----------
[echo] Handling Resources...
[aapt] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.
-pre-compile:
-compile:
[javac] Compiling 92 source files to C:\Esenthel\Projects\_Build_\facebook\bin\classes
[javac] Creating empty C:\Esenthel\Projects\_Build_\facebook\bin\classes\com\facebook\internal\package-info.class
[echo] Creating library output jar file...
[jar] Building jar: C:\Esenthel\Projects\_Build_\facebook\bin\classes.jar
-post-compile:
-obfuscate:
-dex:
[echo] Library project: do not convert bytecode...
-crunch:
[crunch] Crunching PNG Files in source dir: C:\Esenthel\Projects\_Build_\facebook\res
[crunch] To destination dir: C:\Esenthel\Projects\_Build_\facebook\bin\res
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_button_blue_focused.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_blue_focused.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_blue_focused.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_button_blue_normal.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_blue_normal.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_blue_normal.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_button_blue_pressed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_blue_pressed.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_blue_pressed.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_button_grey_focused.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_grey_focused.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_grey_focused.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_button_grey_normal.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_grey_normal.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_grey_normal.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_button_grey_pressed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_grey_pressed.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_button_grey_pressed.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_close.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_close.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_close.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_inverse_icon.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_inverse_icon.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_inverse_icon.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_logo.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_logo.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_logo.png: 81% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_picker_magnifier.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_picker_magnifier.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-hdpi\com_facebook_picker_magnifier.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-ldpi\com_facebook_close.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-ldpi\com_facebook_close.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-ldpi\com_facebook_close.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-mdpi\com_facebook_button_blue_focused.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-mdpi\com_facebook_button_blue_focused.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-mdpi\com_facebook_button_blue_focused.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-mdpi\com_facebook_button_blue_normal.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-mdpi\com_facebook_button_blue_normal.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-mdpi\com_facebook_button_blue_normal.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-mdpi\com_facebook_button_blue_pressed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-mdpi\com_facebook_button_blue_pressed.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-mdpi\com_facebook_button_blue_pressed.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-mdpi\com_facebook_inverse_icon.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-mdpi\com_facebook_inverse_icon.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-mdpi\com_facebook_inverse_icon.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-mdpi\com_facebook_picker_magnifier.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-mdpi\com_facebook_picker_magnifier.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-mdpi\com_facebook_picker_magnifier.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_button_blue_focused.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_blue_focused.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_blue_focused.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_button_blue_normal.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_blue_normal.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_blue_normal.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_button_blue_pressed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_blue_pressed.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_blue_pressed.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_button_grey_focused.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_grey_focused.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_grey_focused.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_button_grey_normal.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_grey_normal.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_grey_normal.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_button_grey_pressed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_grey_pressed.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_button_grey_pressed.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_close.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_close.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_close.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_inverse_icon.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_inverse_icon.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_inverse_icon.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_logo.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_logo.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_logo.png: 95% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_picker_magnifier.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_picker_magnifier.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable-xhdpi\com_facebook_picker_magnifier.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_button_blue_focu​sed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_blue_​focused.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_blue_​focused.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_button_blue_norm​al.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_blue_​normal.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_blue_​normal.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_button_blue_pres​sed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_blue_​pressed.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_blue_​pressed.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_button_check_off​.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_check​_off.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_check​_off.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_button_check_on.​png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_check​_on.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_check​_on.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_button_grey_focu​sed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_grey_​focused.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_grey_​focused.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_button_grey_norm​al.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_grey_​normal.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_grey_​normal.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_button_grey_pres​sed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_grey_​pressed.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_button_grey_​pressed.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_close.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_close.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_close.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_inverse_icon.png​ => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_inverse_icon​.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_inverse_icon​.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_list_divider.9.p​ng => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_list_divider​.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_list_divider​.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_list_section_hea​der_background.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_list_section​_header_background.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_list_section​_header_background.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_logo.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_logo.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_logo.png: 63% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_picker_list_focu​sed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_picker_list_​focused.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_picker_list_​focused.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_picker_list_long​pressed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_picker_list_​longpressed.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_picker_list_​longpressed.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_picker_list_pres​sed.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_picker_list_​pressed.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_picker_list_​pressed.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_picker_list_sele​ctor_disabled.9.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_picker_list_​selector_disabled.9.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_picker_list_​selector_disabled.9.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_place_default_ic​on.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_place_defaul​t_icon.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_place_defaul​t_icon.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_profile_default_​icon.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_profile_defa​ult_icon.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_profile_defa​ult_icon.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_profile_picture_​blank_portrait.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_profile_pict​ure_blank_portrait.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_profile_pict​ure_blank_portrait.png: 0% size of source)
[crunch] Processing image to cache: C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_profile_picture_​blank_square.png => C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_profile_pict​ure_blank_square.png
[crunch] (processed image to cache entry C:\Esenthel\Projects\_Build_\facebook\bin\res\drawable\com_facebook_profile_pict​ure_blank_square.png: 0% size of source)
[crunch] Crunched 47 PNG files to update cache
[crunch] C:\Esenthel\Projects\_Build_\facebook\res\drawable-hdpi\com_facebook_close.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
[crunch] C:\Esenthel\Projects\_Build_\facebook\res\drawable-ldpi\com_facebook_close.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
[crunch] C:\Esenthel\Projects\_Build_\facebook\res\drawable-xhdpi\com_facebook_close.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
[crunch] C:\Esenthel\Projects\_Build_\facebook\res\drawable\com_facebook_close.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
-package-resources:
[echo] Library project: do not package resources...
-package:
[echo] Library project: do not package apk...
-post-package:
-do-debug:
[echo] Library project: do not create apk...
[propertyfile] Creating new property file: C:\Esenthel\Projects\_Build_\facebook\bin\build.prop
[propertyfile] Updating property file: C:\Esenthel\Projects\_Build_\facebook\bin\build.prop
[propertyfile] Updating property file: C:\Esenthel\Projects\_Build_\facebook\bin\build.prop
[propertyfile] Updating property file: C:\Esenthel\Projects\_Build_\facebook\bin\build.prop
-post-build:
debug:
nodeps:
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 24.1.2
[checkenv] Installed at C:\Users\admin\AppData\Local\Android\android-sdk
-setup:
[echo] Project Name: play_licensing
[gettype] Project Type: Android Library
-set-debug-mode:
-debug-obfuscation-check:
-pre-build:
-build-setup:
[getbuildtools] Using latest Build Tools: 21.1.1
[echo] Resolving Build Target for play_licensing...
[gettarget] Project Target: Android 2.3.3
[gettarget] API level: 10
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\market_licensing\bin
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\market_licensing\bin\res
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\market_licensing\bin\rsObj
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\market_licensing\bin\rsLibs
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\market_licensing\gen
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\market_licensing\bin\classes
[mkdir] Created dir: C:\Esenthel\Projects\_Build_\market_licensing\bin\dexedLibs
[echo] ----------
[echo] Resolving Dependencies for play_licensing...
[dependency] Library dependencies:
[dependency] No Libraries
[dependency]
[dependency] ------------------
[dependency] API<=15: Adding annotations.jar to the classpath.
-code-gen:
[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...
[echo] ----------
[echo] Handling Resources...
[aapt] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.
-pre-compile:
-compile:
[javac] Compiling 19 source files to C:\Esenthel\Projects\_Build_\market_licensing\bin\classes
[echo] Creating library output jar file...
[jar] Building jar: C:\Esenthel\Projects\_Build_\market_licensing\bin\classes.jar
-post-compile:
-obfuscate:
-dex:
[echo] Library project: do not convert bytecode...
-crunch:
[crunch] Crunching PNG Files in source dir: C:\Esenthel\Projects\_Build_\market_licensing\res
[crunch] To destination dir: C:\Esenthel\Projects\_Build_\market_licensing\bin\res
[crunch] Crunched 0 PNG files to update cache
-package-resources:
[echo] Library project: do not package resources...
-package:
[echo] Library project: do not package apk...
-post-package:
-do-debug:
[echo] Library project: do not create apk...
[propertyfile] Creating new property file: C:\Esenthel\Projects\_Build_\market_licensing\bin\build.prop
[propertyfile] Updating property file: C:\Esenthel\Projects\_Build_\market_licensing\bin\build.prop
[propertyfile] Updating property file: C:\Esenthel\Projects\_Build_\market_licensing\bin\build.prop
[propertyfile] Updating property file: C:\Esenthel\Projects\_Build_\market_licensing\bin\build.prop
-post-build:
debug:
nodeps:
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 24.1.2
[checkenv] Installed at C:\Users\admin\AppData\Local\Android\android-sdk
-setup:
[echo] Project Name: play_apk_expansion
[gettype] Project Type: Android Library
-set-debug-mode:
-debug-obfuscation-check:
-pre-build:
-build-setup:
[getbuildtools] Using latest Build Tools: 21.1.1
[echo] Resolving Build Target for play_apk_expansion...
BUILD FAILED
C:\Users\admin\AppData\Local\Android\android-sdk\tools\ant\build.xml:601: The following error occurred while executing this line:
C:\Users\admin\AppData\Local\Android\android-sdk\tools\ant\build.xml:542: Unable to resolve project target 'android-15'
Total time: 6 seconds

I just found this somewhere:

Quote:Any project will fail if you don't have Android API 15 installed at the moment. It is Google Play Services that requires android-15, so we should add a check in to make sure it is actually required by the project before asking the SDK to use it.

http://bugs.yoyogames.com/view.php?id=0011879
(This post was last modified: 04-01-2015 11:06 AM by Tottel.)
04-01-2015 10:49 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Unable to resolve project target 'android-15'
Are you sure you have API 15 installed as well?
I've updated the documentation image:
http://www.esenthel.com/site/docs/images...nstall.png

You might need to refresh (F5 or Ctrl+F5).
API 15 is now required in addition to 13 and 10.

I've just checked this, and I have all latest build tools, API 10, 13 and 15 and compilation works fine - BUILD SUCCESSFULL.

This is what I have installed right now:
   
04-01-2015 09:19 PM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #5
RE: Unable to resolve project target 'android-15'
Hello Esenthel,

I did try to install API15, which gave me a ton of new errors. I will try again now and let you know.

After installing API15 a 2nd time, everything works fine now. :s

Maybe I needed the Expansion, Licensing and Billing libraries too, I didn't install those on my first try.
(This post was last modified: 04-02-2015 07:49 AM by Tottel.)
04-02-2015 07:04 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Unable to resolve project target 'android-15'
(04-02-2015 07:04 AM)Tottel Wrote:  After installing API15 a 2nd time, everything works fine now. :s

Maybe I needed the Expansion, Licensing and Billing libraries too, I didn't install those on my first try.
I don't think that they're needed, perhaps a computer restart or project rebuild was needed.
04-03-2015 05:19 AM
Find all posts by this user Quote this message in a reply
Post Reply