I am developing first time Android Library Project that have external dependences of different libraries like retrofit and ormlite-android. The problem i am facing right now is when i use my Android Library Project .aar file inside other project the class not found exception occur when run the code. Please can any one guide me how to fix such issues. Do i have to add external libraries reference inside my dependent app ?
Asked
Active
Viewed 53 times
0
-
test it! But if you can it s better to add Library Project as Module to your project. so all external dependencies will add too – Elias Fazel Mar 01 '17 at 06:36
-
Sorry ! i cannot understand your comment – Zohaib Akram Mar 01 '17 at 08:01