How to access .java files from a directory outside of a package in android-studio?
问题 I try to solve this problem for hours now and didn't find a solution on the internet. my project looks like this: I want to access the files in the marked directory in the de.MayerhoferSimon.Vertretungsplan package. (yes, I know packages should be lowercase.) Is this possible and when yes, how? I tried some things with the dependencies in the .gradle file of the :app module but nothing worked. 回答1: In this case you should create a library module for your webuntisaccessor code instead of