0
我有一個開發的應用程序使用PanoramaGL庫從這個link。但是它適用於Eclipse,我希望它適用於Android Studio,因爲eclipse項目在Android Studio中成功構建,但未運行。請幫助我..Android工作室PanoramaGL庫
我有一個開發的應用程序使用PanoramaGL庫從這個link。但是它適用於Eclipse,我希望它適用於Android Studio,因爲eclipse項目在Android Studio中成功構建,但未運行。請幫助我..Android工作室PanoramaGL庫
您是否在build.gradle文件中包含庫?
Eclipse和Android Studio中的庫沒有區別。請注意,Android Studio使用Gradle作爲其構建系統。
dependencies {
compile files('libs/PanoramaGL_0.2-beta.jar')
...
}