LoginSignup
0

More than 5 years have passed since last update.

マルチプロジェクト下でbuildするとGL11が参照できなくなる問題の解決法

Posted at

個別のbuild.gradleに以下のdependenciesを追加すればOK

build.gradle
dependencies {
    compile 'org.lwjgl.lwjgl:lwjgl:2.9.0'
}

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0