WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

quentin41500/Java-Library-Issue-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Library-Issue-Example

Resolved

Demonstrate the issue with java library module and android application

Steps to reproduce

  1. Create a sample application
  2. Use classpath 'com.android.tools.build:gradle:2.2.0-alpha1'
  3. Add a java library module to your application (called api for example)
  4. Create a random class (MyClass)
  5. Add the library to your sample app (compile project(:api'))
  6. Try to access MyClass from sample app
  7. Observe: MyClass is not visible

Expected:

MyClass should be accessible, as well as anything public from the java library.

About

Demonstrate the issue between java library module and android application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages