SongPickerANE icon indicating copy to clipboard operation
SongPickerANE copied to clipboard

Android Manifest Additions

Open rpurushotma opened this issue 10 years ago • 2 comments

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>

rpurushotma avatar Jun 19 '14 19:06 rpurushotma

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.

richpixel avatar Jun 19 '14 21:06 richpixel

exactly what syntax have to add for get Extension ID, its not even compiling my project in Android.

Drashti-Patel avatar Oct 21 '15 12:10 Drashti-Patel