• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android studio problem "Gradle project sync failed"

  • Thread starter Thread starter Deleted User
  • Start date Start date
Please post your build.gradle file. Use [code][/code] tags
 
Read the answer to the SO question. He adds the following line, which you do not have

Code:
jniLibs.srcDir 'libs'

Read the answer carefully, and do the same thing. He got this to work.
 
Back
Top Bottom