歸去來兮,田園將蕪,胡不歸!
Sunday, August 9, 2015
android studio ndk with java 8
You had errors compiling the samples until I append
tasks.withType(
JavaCompile
) {
sourceCompatibility =
JavaVersion
.VERSION_1_7
targetCompatibility =
JavaVersion
.VERSION_1_7
}
to build.gradle (app).
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment