java - Using Application Config file in android -
i porting java project android. has jar library uses config file (xml). java application, xml has placed application jar or in folder jar library present.
when using in android studio, unable find should place xml file. xml read jar library automatically, don't have write code read values jar.
i tried placing jar mainactivity.java
file , in "libs" folder jar library present. shows error:
config file not found
i using android studio 2.3.3
what doing wrong?
Comments
Post a Comment