Created
October 17, 2017 16:55
-
-
Save igorbarinov/e60ac4f865ef5916f91a3ee1a93020d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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