Skip to content

Instantly share code, notes, and snippets.

@kerrickstaley
Created November 20, 2011 16:38
Show Gist options
  • Save kerrickstaley/1380450 to your computer and use it in GitHub Desktop.
Save kerrickstaley/1380450 to your computer and use it in GitHub Desktop.
Vanilla Music 0.9.2 Build Failure
$ git clean -fdx
$ android update project --path . --target android-7
Updated project.properties
Updated local.properties
$ ant release
Buildfile: /home/kerrick/IAState Notes/ComS 309/vanilla-new/vanilla/build.xml
-set-mode-check:
-set-release-mode:
-release-obfuscation-check:
-setup:
[echo] Gathering info for VanillaMusic...
[setup] Android SDK Tools Revision 15
[setup] Project Target: Android 2.1
[setup] API level: 7
[setup]
[setup] ------------------
[setup] Resolving library dependencies:
[setup] No library dependencies.
[setup]
[setup] ------------------
[setup]
[setup] WARNING: Attribute minSdkVersion in AndroidManifest.xml (5) is lower than the project target API level (7)
-build-setup:
[echo] Creating output directories if needed...
[mkdir] Created dir: /home/kerrick/IAState Notes/ComS 309/vanilla-new/vanilla/libs
[mkdir] Created dir: /home/kerrick/IAState Notes/ComS 309/vanilla-new/vanilla/bin
[mkdir] Created dir: /home/kerrick/IAState Notes/ComS 309/vanilla-new/vanilla/bin/res
[mkdir] Created dir: /home/kerrick/IAState Notes/ComS 309/vanilla-new/vanilla/gen
[mkdir] Created dir: /home/kerrick/IAState Notes/ComS 309/vanilla-new/vanilla/bin/classes
-pre-build:
-code-gen:
[echo] ----------
[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] Generating resource IDs...
[aapt] /home/kerrick/IAState Notes/ComS 309/vanilla-new/vanilla/res/values-v11/untranslatable.xml:24: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Dialog'.
[aapt] /home/kerrick/IAState Notes/ComS 309/vanilla-new/vanilla/res/values-v11/untranslatable.xml:25: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo'.
BUILD FAILED
/opt/android-sdk/tools/ant/build.xml:539: The following error occurred while executing this line:
/opt/android-sdk/tools/ant/build.xml:568: null returned: 1
Total time: 1 second
$ java -version
java version "1.7.0_147-icedtea"
OpenJDK Runtime Environment (IcedTea7 2.0) (ArchLinux-7.b147_2.0-2-x86_64)
OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode)
$ android list target
Available Android targets:
----------
id: 1 or "android-7"
Name: Android 2.1
Type: Platform
API level: 7
Revision: 3
Skins: WVGA800 (default), WQVGA432, WQVGA400, WVGA854, QVGA, HVGA
ABIs : armeabi
----------
id: 2 or "android-8"
Name: Android 2.2
Type: Platform
API level: 8
Revision: 3
Skins: QVGA, WVGA854, WVGA800 (default), WQVGA432, HVGA, WQVGA400
ABIs : armeabi
----------
id: 3 or "android-10"
Name: Android 2.3.3
Type: Platform
API level: 10
Revision: 2
Skins: WQVGA400, HVGA, QVGA, WQVGA432, WVGA800 (default), WVGA854
ABIs : armeabi
----------
id: 4 or "android-14"
Name: Android 4.0
Type: Platform
API level: 14
Revision: 1
Skins: WSVGA, WXGA800, HVGA, WQVGA400, WXGA720, WVGA854, WQVGA432, QVGA, WVGA800 (default)
ABIs : armeabi-v7a
----------
id: 5 or "Google Inc.:Google APIs:14"
Name: Google APIs
Type: Add-On
Vendor: Google Inc.
Revision: 1
Description: Android + Google APIs
Based on Android 4.0 (API level 14)
Libraries:
* com.android.future.usb.accessory (usb.jar)
API for USB Accessories
* com.google.android.maps (maps.jar)
API for Google Maps
Skins: WVGA854, WQVGA400, WSVGA, WXGA720, HVGA, WQVGA432, WVGA800 (default), QVGA, WXGA800
ABIs : armeabi-v7a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment