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

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -