The role of order and export in java build path in eclipse

Recently, in the whole demo, the demo uses an sdk library, and the sdk library contains volley, but when I use it, it keeps reporting the error that volley cannot be found at runtime.

Later I found out that I want to export the volley in the library project, just fine.

 

------------------------------2018-1-20

Later, it was found that the part selected here to be exported will be added to other projects that depend on the project. Note that it is directly equivalent to adding it directly, rather than adding it to the runtime directory of other projects.

 

So what I originally did was dynamic recording, but the jar package was still put in the apk, and I almost did a fake dynamic loading...

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326553309&siteId=291194637