Java library classes are not resolved from android library/app

Issue #27 resolved
Former user created an issue

Environment: - Netbeans v8.0 - Windows 7

Steps to reproduce: - open the "multiproject" project available in gradle-samples-0.9.zip (http://tools.android.com/tech-docs/new-build-system) - load "library" and "util" subprojects

Expected result: - classes from the "util" subproject are properly resolved from the "library" subproject

Actual result: - classes from the "util" subproject are NOT resolved from the "library" subproject (see attached log)

Comments (1)

  1. Log in to comment