How can i get resources from JAR file? I include to main project JAR file, and try to call from main project resourse string from jar library like com.jarlibrary.R.string.test, but i have exception and main application crash.. other ways?
How can i get resources from JAR file? I include to main project JAR
Share
you
can't access resource from jarfile, you just put class file and access it, for resource you have toadd separately folderof resources in your project.