You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
I have an application that uses aa, but since I have decided to also provide the app in a free version I wanted to move the main app into a library project (The free version is a small project that just injects ads in the activities). When I initially turned the main project into a library (check isLibrary in Project->Properties->Android) it was fine, but as soon as I made a change to the main projects code it gives me tons of errors as seen below. The only way to fix the errors is to convert the main project back to a non-library project, force a compile, and then turn it back to a library project, easy to do but a waste of time.
I have an application that uses aa, but since I have decided to also provide the app in a free version I wanted to move the main app into a library project (The free version is a small project that just injects ads in the activities). When I initially turned the main project into a library (check isLibrary in Project->Properties->Android) it was fine, but as soon as I made a change to the main projects code it gives me tons of errors as seen below. The only way to fix the errors is to convert the main project back to a non-library project, force a compile, and then turn it back to a library project, easy to do but a waste of time.