Android Question Warnings when downloading sdk

gjt

Member
Licensed User
Longtime User
Every few years I pick up b4a ...

This is on a win7 x64 desktop.

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (file:/E:/android/tools/bin/jaxb-impl-2.1.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Warning: File C:\Users\John\.android\repositories.cfg could not be loaded.

In that last warning, repositories.cfg does not exist.
Any ideas.

Thanks
John
 

DonManfred

Expert
Licensed User
Longtime User
you can ignore this warning
 
  • Like
Reactions: gjt
Upvote 0
Top