2017-07-26 63 views
0

当我运行这样 PhysicsWorld physicsWorld = new PhysicsWorld(new Vector2(0,0),true); Android SDK中的代码给出了这样的错误 enter image description here有一个UnsatisfiedLinkError当应用程序与PhysicsWorld上Box2D的android系统stduio运行

我加andengine,Box2D的库和在建编译这些年级。我的建造等级= compile 'com.android.support:appcompat-v7:26.0.0-alpha1' testCompile 'junit:junit:4.12' compile files('libs/andengine.jar') compile files('libs/andengineaugmentedrealityextension.jar') compile files('libs/andenginelivewallpaperextension.jar') compile files('libs/andenginemodplayerextension.jar') compile files('libs/andenginemultiplayerextension.jar') compile files('libs/andenginemultitouchextension.jar') compile files('libs/andenginephysicsbox2dextension.jar') compile files('libs/andenginesvgtextureregionextension.jar') compile files('libs.jar')。 我的libs文件夹= enter image description here 我尝试了所有在互联网上的答案,我发现但没有一个没有工作。

我应该怎么做 感谢

+0

你可以按照我的答案在这里https://stackoverflow.com/a/34068202/2026280,它的地址相同。 –

回答

0

你错过了本机库,这是一些“所以”文件。尝试找到他们发现所有这些罐子的地方。

相关问题