Skip to content

Conversation

@aplicatii-romanesti
Copy link
Contributor

fixes for new gradle, new studio, new sdk, plus sync-ing the sdk versions across all modules.

Angelo Javonitalla and others added 16 commits December 19, 2017 14:13
fixes for new gradle, new studio, new sdk
Merge pull request #1 from aplicatii-romanesti/feature/upgrade_sdk
Thanks for your PR!

FYI, in the new SDK there are no longer `task ndkBuild(type: Exec) `
and it is replaced with:
```
	externalNativeBuild {
		ndkBuild {
			path 'src/main/jni/Android.mk'
		}
	}
```

I will try to merge my latest changes in upcoming days, and those will support the latest stable sdk.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants