0

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.

Kiran
  • 1,145
  • 1
  • 8
  • 22

1 Answers1

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