Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

market_licensing/library/build.xm does not exist. #10

Open
ghost opened this issue Jul 30, 2017 · 1 comment
Open

market_licensing/library/build.xm does not exist. #10

ghost opened this issue Jul 30, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 30, 2017

Last rows before fail:

` [echo] Creating output directories if needed...
[echo] ----------
[echo] Resolving Dependencies for USBcontrol-1...
[dependency] Library dependencies:
[dependency]
[dependency] ------------------
[dependency] Ordered libraries:
[dependency]
[dependency] ------------------
[echo] ----------
[echo] Building Libraries with 'release'...

BUILD FAILED
/programme/RAPT/android-sdk-r24.4.1/tools/ant/build.xml:597: Invalid file: /programme/RAPT/extras/google/market_licensing/library/build.xml

Total time: 0 seconds

The build seems to have failed.`

@ghost
Copy link
Author

ghost commented Jul 30, 2017

Now I downloaded It not direk from renpy website. I downloaded it from repository.
Now I get new errors:

`linus-mint RAPT # python android.py build /home/linus/app/USBcontrol/ release

Updating source code.

Updating build files.

Resolved location of library project to: /programme/RAPT/extras/google/market_apk_expansion/downloader_library
Updated and renamed default.properties to project.properties
Updated local.properties
Added file ./build.xml
Updated file ./proguard-project.txt

Creating assets directory.

Packaging internal data.

Listing /home/linus/app/USBcontrol/ ...
Compiling /home/linus/app/USBcontrol/main.py ...

I'm using Ant to build the package.

Buildfile: /programme/RAPT/build.xml

-set-mode-check:

-set-release-mode:

-release-obfuscation-check:
[echo] proguard.config is ${proguard.config}

-pre-build:

-check-env:
[checkenv] Android SDK Tools Revision 24.4.1
[checkenv] Installed at /programme/RAPT/android-sdk-r24.4.1

-setup:
[echo] Project Name: USBcontrol-1
[gettype] Project Type: Application

-build-setup:
[getbuildtools] Using latest Build Tools: 23.0.1
[echo] Resolving Build Target for USBcontrol-1...
[gettarget] Project Target: Android 5.1.1
[gettarget] API level: 22
[echo] ----------
[echo] Creating output directories if needed...
[echo] ----------
[echo] Resolving Dependencies for USBcontrol-1...
[dependency] Library dependencies:
[dependency]
[dependency] ------------------
[dependency] Ordered libraries:
[dependency]
[dependency] ------------------
[echo] ----------
[echo] Building Libraries with 'release'...

nodeps:

-set-mode-check:

-set-release-mode:

-release-obfuscation-check:
[echo] proguard.config is ${proguard.config}

-pre-build:

-check-env:
[checkenv] Android SDK Tools Revision 24.4.1
[checkenv] Installed at /programme/RAPT/android-sdk-r24.4.1

-setup:
[echo] Project Name: library
[gettype] Project Type: Android Library

-build-setup:
[getbuildtools] Using latest Build Tools: 23.0.1
[echo] Resolving Build Target for library...
[gettarget] Project Target: Android 5.1.1
[gettarget] API level: 22
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: /programme/RAPT/extras/google/market_licensing/library/bin/rsObj
[mkdir] Created dir: /programme/RAPT/extras/google/market_licensing/library/bin/rsLibs
[echo] ----------
[echo] Resolving Dependencies for library...
[dependency] Library dependencies:
[dependency] No Libraries
[dependency]
[dependency] ------------------

-code-gen:
[mergemanifest] No changes in the AndroidManifest files.
[echo] Handling aidl files...
[aidl] No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
[aapt] No changed resources. R.java and Manifest.java untouched.
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.

-pre-compile:

-compile:
[javac] Compiling 19 source files to /programme/RAPT/extras/google/market_licensing/library/bin/classes
[javac] error: Source option 1.5 is no longer supported. Use 1.6 or later.
[javac] error: Target option 1.5 is no longer supported. Use 1.6 or later.

BUILD FAILED
/programme/RAPT/android-sdk-r24.4.1/tools/ant/build.xml:597: The following error occurred while executing this line:
/programme/RAPT/android-sdk-r24.4.1/tools/ant/build.xml:716: The following error occurred while executing this line:
/programme/RAPT/android-sdk-r24.4.1/tools/ant/build.xml:730: Compile failed; see the compiler error output for details.

Total time: 1 second

The build seems to have failed.
`

I don't know where the compiler error output file is. when I know it, I give it to you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants