0

私はウィキチュードを使用して拡張現実を作成しますが、Eclipse (Windows 上) はファイル libQCAR.so および libExtensionVuforia.so を読み取れないか、適切な zip ファイルではありません。

助けてください!

4

1 に答える 1

0

The .so files are library files and not meant to be opened.

In your eclipse project in your 'libs' folder add a folder called 'armeabi' (without quote marks) and add the .so files in there.

于 2013-03-15T15:59:19.103 に答える