• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Mods Share or make public an implemented library in Jar

tcerda

Lurker
Hi, I need to do an api implementation in the Android Studio module, then create an aar or jar file to create an VS Android Binding project, I am following all the steps to do it here https://developer.android.com/studio/projects/android-library, but when I build the aar/jar file and copy the file into my Android Binding project, I can't access to those libraries, I only have access to
com.packagename.defaultConfig class.

I can send you my project files if you need it, just let me know.

Thanks
 
Back
Top Bottom