After updating my Android SDK suddenly i am getting the above error , any one facing this? i am using NDK also in my app which is working an hour back before upgrading Android studio and SDK.
Asked
Active
Viewed 1,213 times
1 Answers
0
As mentioned in this post
com.android.build.transform.api.TransformException
Adding this entry in build.gradle solved my problem.
defaultConfig { multiDexEnabled true }

Kiran
- 1,145
- 1
- 8
- 22