1

I write as below

<framework src="platforms/android/IMKit" custom="true" />

But my build.gradle file under platforms/android/IMKit is replaced by cordova with its own one. How to avoid cordova replacing my build.gradle file.

poordeveloper
  • 2,272
  • 1
  • 23
  • 36

1 Answers1

0

I renamed build.gradle to build-extras.gradle, then it is ok.

poordeveloper
  • 2,272
  • 1
  • 23
  • 36