2017-07-26 65 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

你錯過了本機庫,這是一些「所以」文件。嘗試找到他們發現所有這些罐子的地方。

相關問題