Skip to content

Instantly share code, notes, and snippets.

@igorbarinov
Created October 17, 2017 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorbarinov/e60ac4f865ef5916f91a3ee1a93020d8 to your computer and use it in GitHub Desktop.
Save igorbarinov/e60ac4f865ef5916f91a3ee1a93020d8 to your computer and use it in GitHub Desktop.
Hi Igor,
Can you guys change this in the plugin.xml file?
<resource-file src="src/android/InterviewSDK/interviewSDK.aar" target="libs/interviewSDK.aar" />
for
<resource-file src="src/android/InterviewSDK/InterviewSDK.aar" target="libs/InterviewSDK.aar" />
or change the name of the file to be
src/android/InterviewSDK/InterviewSDK.aar (capital I).
It is crashing on case sensitive environments (linux).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment