I want to distribute an SDK to end developers but I don’t want to share my code. I have used AAR file to share my SDK (Android Archive Library (aar) vs standard jar). But there is a possibility that others can view my class files. How to avoid that? Please help us.
Note: I had review this “Android - Need a way to create the library(.aar file) without source code” but it didn’t solve my problem.