SongPickerANE
SongPickerANE copied to clipboard
Android Manifest Additions
The readme file states
"You must include the following lines in the Android manifest section of your app config xml file to use the picker:"
but then doesn't have anything written. Is it just the following lines, or is there more?
<extensions>
<extensionID>com.newpixel.air.nativeextensions.SongPicker</extensionID>
</extensions>
Sorry - I haven't mastered the markup they use... yes it's just that one <extensionID> you don't need anything else
On Thu, Jun 19, 2014 at 3:05 PM, Ravi Purushotma [email protected] wrote:
The readme file states
"You must include the following lines in the Android manifest section of your app config xml file to use the picker:"
but then doesn't have anything written. Is it just the following lines, or is there more?
com.newpixel.air.nativeextensions.SongPicker — Reply to this email directly or view it on GitHub https://github.com/richpixel/SongPickerANE/issues/8.
exactly what syntax have to add for get Extension ID, its not even compiling my project in Android.