distriqt / ANE-CustomResources

Android Custom Resources for AIR Applications
https://airnativeextensions.com
15 stars 4 forks source link

Task 'assemble' not found in root project #14

Closed developOPQA closed 5 years ago

developOPQA commented 7 years ago

Hello I have a problem when compiling, when I go to "assemble", it gives me error that I can not find the property "assemble". I used windows, java version 1.8.0_131. thanks

`D:\d2\ANE-CustomResources-master\ANE-CustomResources-master>ant Buildfile: D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\build.xml

clean:

clean_actionscript: [delete] Deleting directory D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\actionscript\bin

clean_default: [delete] Deleting directory D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\default\bin

clean_android: [delete] Deleting directory D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\android\app

build:

build_actionscript: [echo] Building actionscript library... [compc] Loading configuration: D:\AIRSDK_Compiler25\frameworks\air-config.xml [compc] [compc] [compc] 2172 bytes written to D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\actionscript\bin\distriqt.extension.resources.swc in 0,665 seconds [compc] [echo] done

build_default: [echo] Building default library... [compc] Loading configuration: D:\AIRSDK_Compiler25\frameworks\air-config.xml [compc] [compc] [compc] 2015 bytes written to D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\default\bin\distriqt.extension.resources.default.swc in 0,552 seconds [compc] [echo] done

create_android_project: [mkdir] Created dir: D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\android\app [copy] Copying 4 files to D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\android\app [mkdir] Created dir: D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\android\app\src\main\java\com\distriqt\extension\customresources [copy] Copying 2 files to D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\android\app\src\main\java\com\distriqt\extension\customresources [mkdir] Created dir: D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\android\app\src\main\res [copy] Copying 5 files to D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\android\app\src\main\res [copy] Copying 1 file to D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\android [copy] Copying 1 file to D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\android\app\libs

build_android: [echo] Building Android library...

build_android_osx:

build_android_windows: [exec] :wrapper [exec] [exec] BUILD SUCCESSFUL [exec] [exec] Total time: 1.763 secs [exec] [exec] FAILURE: Build failed with an exception. [exec] [exec] [exec] BUILD FAILED What went wrong: [exec] [exec] [exec] Total time: 1.213 secs [exec] Task 'assemble' not found in root project 'ANE-CustomResources-master'. [exec] [exec] Try: [exec] Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. [exec] Result: 1

package: [mkdir] Created dir: D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\build

package_android:

BUILD FAILED D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\build.xml:223: The following error occurred while executing this line: D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\build.xml:174: Warning: Could not find file D:\d2\ANE-CustomResources-master\ANE-CustomResources-master\platform\android\app\build\intermediates\bundles\release\classes.jar to copy.

Total time: 6 seconds`

marchbold commented 7 years ago

Could you give us some more information on your environment, version of windows in particular?