Csound Csound-dev Csound-tekno Search About

[Csnd-dev] Android Studio

Date2015-11-05 14:27
FromMichael Gogins
Subject[Csnd-dev] Android Studio
Steven, I resolved the issue with the AndroidManifest.xml by
re-pulling the CsoundForAndroid.iml file.

I also have rebuilt all the NDK projects using the NDK installed by
Android Studio, building from the command line. This works as it did
before.

I still have a problem. I cannot deploy or run the Csound application.

Did you complete a build of all the modules using Android Studio? Or
did you use the command line and if so, how?

Did you deploy and run the completed applications? Did you do that
from Android Studio or otherwise? If otherwise, how?

Thanks,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com

Date2015-11-05 23:27
FromSteven Yi
SubjectRe: [Csnd-dev] Android Studio
For testing, I've been using Android Studio to build and deploy.  I
use the run button and it has built and installed to emulator and
device here. This is both the Examples and Csound apps.  What errors
are you seeing there?

On Thu, Nov 5, 2015 at 9:27 AM, Michael Gogins  wrote:
> Steven, I resolved the issue with the AndroidManifest.xml by
> re-pulling the CsoundForAndroid.iml file.
>
> I also have rebuilt all the NDK projects using the NDK installed by
> Android Studio, building from the command line. This works as it did
> before.
>
> I still have a problem. I cannot deploy or run the Csound application.
>
> Did you complete a build of all the modules using Android Studio? Or
> did you use the command line and if so, how?
>
> Did you deploy and run the completed applications? Did you do that
> from Android Studio or otherwise? If otherwise, how?
>
> Thanks,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com

Date2015-11-05 23:57
FromMichael Gogins
SubjectRe: [Csnd-dev] Android Studio
That's reassuring.

The main problem is when I press the Run button and edit the run
configuration, no module is specified and I am not able to specify the
module.

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Nov 5, 2015 at 6:27 PM, Steven Yi  wrote:
> For testing, I've been using Android Studio to build and deploy.  I
> use the run button and it has built and installed to emulator and
> device here. This is both the Examples and Csound apps.  What errors
> are you seeing there?
>
> On Thu, Nov 5, 2015 at 9:27 AM, Michael Gogins  wrote:
>> Steven, I resolved the issue with the AndroidManifest.xml by
>> re-pulling the CsoundForAndroid.iml file.
>>
>> I also have rebuilt all the NDK projects using the NDK installed by
>> Android Studio, building from the command line. This works as it did
>> before.
>>
>> I still have a problem. I cannot deploy or run the Csound application.
>>
>> Did you complete a build of all the modules using Android Studio? Or
>> did you use the command line and if so, how?
>>
>> Did you deploy and run the completed applications? Did you do that
>> from Android Studio or otherwise? If otherwise, how?
>>
>> Thanks,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com

Date2015-11-06 00:10
FromMichael Gogins
SubjectRe: [Csnd-dev] Android Studio
Also still complaining about this: Error:Android Source Generator:
[CsoundForAndroid] AndroidManifest.xml file not found

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Nov 5, 2015 at 6:57 PM, Michael Gogins  wrote:
> That's reassuring.
>
> The main problem is when I press the Run button and edit the run
> configuration, no module is specified and I am not able to specify the
> module.
>
> Best,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Thu, Nov 5, 2015 at 6:27 PM, Steven Yi  wrote:
>> For testing, I've been using Android Studio to build and deploy.  I
>> use the run button and it has built and installed to emulator and
>> device here. This is both the Examples and Csound apps.  What errors
>> are you seeing there?
>>
>> On Thu, Nov 5, 2015 at 9:27 AM, Michael Gogins  wrote:
>>> Steven, I resolved the issue with the AndroidManifest.xml by
>>> re-pulling the CsoundForAndroid.iml file.
>>>
>>> I also have rebuilt all the NDK projects using the NDK installed by
>>> Android Studio, building from the command line. This works as it did
>>> before.
>>>
>>> I still have a problem. I cannot deploy or run the Csound application.
>>>
>>> Did you complete a build of all the modules using Android Studio? Or
>>> did you use the command line and if so, how?
>>>
>>> Did you deploy and run the completed applications? Did you do that
>>> from Android Studio or otherwise? If otherwise, how?
>>>
>>> Thanks,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com

Date2015-11-06 01:07
FromMichael Gogins
SubjectRe: [Csnd-dev] Android Studio
Progress... I downloaded all current sources in a zip and diff'd the
Android directories. I made some of my .idea and Gradle files the same
as what is in Git. Now things are actually compiling but I am missing
the csnd6 module.

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Nov 5, 2015 at 7:10 PM, Michael Gogins  wrote:
> Also still complaining about this: Error:Android Source Generator:
> [CsoundForAndroid] AndroidManifest.xml file not found
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Thu, Nov 5, 2015 at 6:57 PM, Michael Gogins  wrote:
>> That's reassuring.
>>
>> The main problem is when I press the Run button and edit the run
>> configuration, no module is specified and I am not able to specify the
>> module.
>>
>> Best,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Thu, Nov 5, 2015 at 6:27 PM, Steven Yi  wrote:
>>> For testing, I've been using Android Studio to build and deploy.  I
>>> use the run button and it has built and installed to emulator and
>>> device here. This is both the Examples and Csound apps.  What errors
>>> are you seeing there?
>>>
>>> On Thu, Nov 5, 2015 at 9:27 AM, Michael Gogins  wrote:
>>>> Steven, I resolved the issue with the AndroidManifest.xml by
>>>> re-pulling the CsoundForAndroid.iml file.
>>>>
>>>> I also have rebuilt all the NDK projects using the NDK installed by
>>>> Android Studio, building from the command line. This works as it did
>>>> before.
>>>>
>>>> I still have a problem. I cannot deploy or run the Csound application.
>>>>
>>>> Did you complete a build of all the modules using Android Studio? Or
>>>> did you use the command line and if so, how?
>>>>
>>>> Did you deploy and run the completed applications? Did you do that
>>>> from Android Studio or otherwise? If otherwise, how?
>>>>
>>>> Thanks,
>>>> Mike
>>>>
>>>> -----------------------------------------------------
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://michaelgogins.tumblr.com

Date2015-11-06 01:32
FromSteven Yi
SubjectRe: [Csnd-dev] Android Studio
The csnd6 java classes should be available after running the
update-android-studio.sh script in the android folder. (This needs to
be run after build.sh that is within the android/CsoundAndroid
folder.)  Perhaps you need to run this script?

On Thu, Nov 5, 2015 at 8:07 PM, Michael Gogins  wrote:
> Progress... I downloaded all current sources in a zip and diff'd the
> Android directories. I made some of my .idea and Gradle files the same
> as what is in Git. Now things are actually compiling but I am missing
> the csnd6 module.
>
> Best,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Thu, Nov 5, 2015 at 7:10 PM, Michael Gogins  wrote:
>> Also still complaining about this: Error:Android Source Generator:
>> [CsoundForAndroid] AndroidManifest.xml file not found
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Thu, Nov 5, 2015 at 6:57 PM, Michael Gogins  wrote:
>>> That's reassuring.
>>>
>>> The main problem is when I press the Run button and edit the run
>>> configuration, no module is specified and I am not able to specify the
>>> module.
>>>
>>> Best,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>>
>>> On Thu, Nov 5, 2015 at 6:27 PM, Steven Yi  wrote:
>>>> For testing, I've been using Android Studio to build and deploy.  I
>>>> use the run button and it has built and installed to emulator and
>>>> device here. This is both the Examples and Csound apps.  What errors
>>>> are you seeing there?
>>>>
>>>> On Thu, Nov 5, 2015 at 9:27 AM, Michael Gogins  wrote:
>>>>> Steven, I resolved the issue with the AndroidManifest.xml by
>>>>> re-pulling the CsoundForAndroid.iml file.
>>>>>
>>>>> I also have rebuilt all the NDK projects using the NDK installed by
>>>>> Android Studio, building from the command line. This works as it did
>>>>> before.
>>>>>
>>>>> I still have a problem. I cannot deploy or run the Csound application.
>>>>>
>>>>> Did you complete a build of all the modules using Android Studio? Or
>>>>> did you use the command line and if so, how?
>>>>>
>>>>> Did you deploy and run the completed applications? Did you do that
>>>>> from Android Studio or otherwise? If otherwise, how?
>>>>>
>>>>> Thanks,
>>>>> Mike
>>>>>
>>>>> -----------------------------------------------------
>>>>> Michael Gogins
>>>>> Irreducible Productions
>>>>> http://michaelgogins.tumblr.com

Date2015-11-06 01:41
FromMichael Gogins
SubjectRe: [Csnd-dev] Android Studio
Better yet, figured out I had to copy CsoundAndroid stuff to
CsoundForAndroid/CsoundAndroid, now it builds and runs, but is still
missing the plugin libs in the .apk.

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Nov 5, 2015 at 8:07 PM, Michael Gogins  wrote:
> Progress... I downloaded all current sources in a zip and diff'd the
> Android directories. I made some of my .idea and Gradle files the same
> as what is in Git. Now things are actually compiling but I am missing
> the csnd6 module.
>
> Best,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Thu, Nov 5, 2015 at 7:10 PM, Michael Gogins  wrote:
>> Also still complaining about this: Error:Android Source Generator:
>> [CsoundForAndroid] AndroidManifest.xml file not found
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Thu, Nov 5, 2015 at 6:57 PM, Michael Gogins  wrote:
>>> That's reassuring.
>>>
>>> The main problem is when I press the Run button and edit the run
>>> configuration, no module is specified and I am not able to specify the
>>> module.
>>>
>>> Best,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>>
>>> On Thu, Nov 5, 2015 at 6:27 PM, Steven Yi  wrote:
>>>> For testing, I've been using Android Studio to build and deploy.  I
>>>> use the run button and it has built and installed to emulator and
>>>> device here. This is both the Examples and Csound apps.  What errors
>>>> are you seeing there?
>>>>
>>>> On Thu, Nov 5, 2015 at 9:27 AM, Michael Gogins  wrote:
>>>>> Steven, I resolved the issue with the AndroidManifest.xml by
>>>>> re-pulling the CsoundForAndroid.iml file.
>>>>>
>>>>> I also have rebuilt all the NDK projects using the NDK installed by
>>>>> Android Studio, building from the command line. This works as it did
>>>>> before.
>>>>>
>>>>> I still have a problem. I cannot deploy or run the Csound application.
>>>>>
>>>>> Did you complete a build of all the modules using Android Studio? Or
>>>>> did you use the command line and if so, how?
>>>>>
>>>>> Did you deploy and run the completed applications? Did you do that
>>>>> from Android Studio or otherwise? If otherwise, how?
>>>>>
>>>>> Thanks,
>>>>> Mike
>>>>>
>>>>> -----------------------------------------------------
>>>>> Michael Gogins
>>>>> Irreducible Productions
>>>>> http://michaelgogins.tumblr.com

Date2015-11-06 01:42
FromMichael Gogins
SubjectRe: [Csnd-dev] Android Studio
Yes, I figured that out just before I read your email.

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Nov 5, 2015 at 8:32 PM, Steven Yi  wrote:
> The csnd6 java classes should be available after running the
> update-android-studio.sh script in the android folder. (This needs to
> be run after build.sh that is within the android/CsoundAndroid
> folder.)  Perhaps you need to run this script?
>
> On Thu, Nov 5, 2015 at 8:07 PM, Michael Gogins  wrote:
>> Progress... I downloaded all current sources in a zip and diff'd the
>> Android directories. I made some of my .idea and Gradle files the same
>> as what is in Git. Now things are actually compiling but I am missing
>> the csnd6 module.
>>
>> Best,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Thu, Nov 5, 2015 at 7:10 PM, Michael Gogins  wrote:
>>> Also still complaining about this: Error:Android Source Generator:
>>> [CsoundForAndroid] AndroidManifest.xml file not found
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>>
>>> On Thu, Nov 5, 2015 at 6:57 PM, Michael Gogins  wrote:
>>>> That's reassuring.
>>>>
>>>> The main problem is when I press the Run button and edit the run
>>>> configuration, no module is specified and I am not able to specify the
>>>> module.
>>>>
>>>> Best,
>>>> Mike
>>>>
>>>> -----------------------------------------------------
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://michaelgogins.tumblr.com
>>>> Michael dot Gogins at gmail dot com
>>>>
>>>>
>>>> On Thu, Nov 5, 2015 at 6:27 PM, Steven Yi  wrote:
>>>>> For testing, I've been using Android Studio to build and deploy.  I
>>>>> use the run button and it has built and installed to emulator and
>>>>> device here. This is both the Examples and Csound apps.  What errors
>>>>> are you seeing there?
>>>>>
>>>>> On Thu, Nov 5, 2015 at 9:27 AM, Michael Gogins  wrote:
>>>>>> Steven, I resolved the issue with the AndroidManifest.xml by
>>>>>> re-pulling the CsoundForAndroid.iml file.
>>>>>>
>>>>>> I also have rebuilt all the NDK projects using the NDK installed by
>>>>>> Android Studio, building from the command line. This works as it did
>>>>>> before.
>>>>>>
>>>>>> I still have a problem. I cannot deploy or run the Csound application.
>>>>>>
>>>>>> Did you complete a build of all the modules using Android Studio? Or
>>>>>> did you use the command line and if so, how?
>>>>>>
>>>>>> Did you deploy and run the completed applications? Did you do that
>>>>>> from Android Studio or otherwise? If otherwise, how?
>>>>>>
>>>>>> Thanks,
>>>>>> Mike
>>>>>>
>>>>>> -----------------------------------------------------
>>>>>> Michael Gogins
>>>>>> Irreducible Productions
>>>>>> http://michaelgogins.tumblr.com

Date2015-11-06 01:52
FromSteven Yi
SubjectRe: [Csnd-dev] Android Studio
I think for the plugins, run the install_libs.sh script in
android/CsoundForAndroid/CsoundApplication/install_libs.sh (after
building in the top-level with build-all.sh)

On Thu, Nov 5, 2015 at 8:42 PM, Michael Gogins  wrote:
> Yes, I figured that out just before I read your email.
>
> Best,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Thu, Nov 5, 2015 at 8:32 PM, Steven Yi  wrote:
>> The csnd6 java classes should be available after running the
>> update-android-studio.sh script in the android folder. (This needs to
>> be run after build.sh that is within the android/CsoundAndroid
>> folder.)  Perhaps you need to run this script?
>>
>> On Thu, Nov 5, 2015 at 8:07 PM, Michael Gogins  wrote:
>>> Progress... I downloaded all current sources in a zip and diff'd the
>>> Android directories. I made some of my .idea and Gradle files the same
>>> as what is in Git. Now things are actually compiling but I am missing
>>> the csnd6 module.
>>>
>>> Best,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>>
>>> On Thu, Nov 5, 2015 at 7:10 PM, Michael Gogins  wrote:
>>>> Also still complaining about this: Error:Android Source Generator:
>>>> [CsoundForAndroid] AndroidManifest.xml file not found
>>>>
>>>> -----------------------------------------------------
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://michaelgogins.tumblr.com
>>>> Michael dot Gogins at gmail dot com
>>>>
>>>>
>>>> On Thu, Nov 5, 2015 at 6:57 PM, Michael Gogins  wrote:
>>>>> That's reassuring.
>>>>>
>>>>> The main problem is when I press the Run button and edit the run
>>>>> configuration, no module is specified and I am not able to specify the
>>>>> module.
>>>>>
>>>>> Best,
>>>>> Mike
>>>>>
>>>>> -----------------------------------------------------
>>>>> Michael Gogins
>>>>> Irreducible Productions
>>>>> http://michaelgogins.tumblr.com
>>>>> Michael dot Gogins at gmail dot com
>>>>>
>>>>>
>>>>> On Thu, Nov 5, 2015 at 6:27 PM, Steven Yi  wrote:
>>>>>> For testing, I've been using Android Studio to build and deploy.  I
>>>>>> use the run button and it has built and installed to emulator and
>>>>>> device here. This is both the Examples and Csound apps.  What errors
>>>>>> are you seeing there?
>>>>>>
>>>>>> On Thu, Nov 5, 2015 at 9:27 AM, Michael Gogins  wrote:
>>>>>>> Steven, I resolved the issue with the AndroidManifest.xml by
>>>>>>> re-pulling the CsoundForAndroid.iml file.
>>>>>>>
>>>>>>> I also have rebuilt all the NDK projects using the NDK installed by
>>>>>>> Android Studio, building from the command line. This works as it did
>>>>>>> before.
>>>>>>>
>>>>>>> I still have a problem. I cannot deploy or run the Csound application.
>>>>>>>
>>>>>>> Did you complete a build of all the modules using Android Studio? Or
>>>>>>> did you use the command line and if so, how?
>>>>>>>
>>>>>>> Did you deploy and run the completed applications? Did you do that
>>>>>>> from Android Studio or otherwise? If otherwise, how?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Mike
>>>>>>>
>>>>>>> -----------------------------------------------------
>>>>>>> Michael Gogins
>>>>>>> Irreducible Productions
>>>>>>> http://michaelgogins.tumblr.com

Date2015-11-06 02:34
FromMichael Gogins
SubjectRe: [Csnd-dev] Android Studio
I just did something a little different which worked, I had my own
install_libs.sh copying into anddroid/CSDPlayer/libs, and I referenced
that in CsoundApplication's build.grade thus:

sourceSets.main {
    jniLibs.srcDir '../../CSDPlayer/libs'
    jni.srcDirs = []
}

This is indirect and hard to understand, so I will change it to the
way you do it.

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Nov 5, 2015 at 8:52 PM, Steven Yi  wrote:
> I think for the plugins, run the install_libs.sh script in
> android/CsoundForAndroid/CsoundApplication/install_libs.sh (after
> building in the top-level with build-all.sh)
>
> On Thu, Nov 5, 2015 at 8:42 PM, Michael Gogins  wrote:
>> Yes, I figured that out just before I read your email.
>>
>> Best,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Thu, Nov 5, 2015 at 8:32 PM, Steven Yi  wrote:
>>> The csnd6 java classes should be available after running the
>>> update-android-studio.sh script in the android folder. (This needs to
>>> be run after build.sh that is within the android/CsoundAndroid
>>> folder.)  Perhaps you need to run this script?
>>>
>>> On Thu, Nov 5, 2015 at 8:07 PM, Michael Gogins  wrote:
>>>> Progress... I downloaded all current sources in a zip and diff'd the
>>>> Android directories. I made some of my .idea and Gradle files the same
>>>> as what is in Git. Now things are actually compiling but I am missing
>>>> the csnd6 module.
>>>>
>>>> Best,
>>>> Mike
>>>>
>>>> -----------------------------------------------------
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://michaelgogins.tumblr.com
>>>> Michael dot Gogins at gmail dot com
>>>>
>>>>
>>>> On Thu, Nov 5, 2015 at 7:10 PM, Michael Gogins  wrote:
>>>>> Also still complaining about this: Error:Android Source Generator:
>>>>> [CsoundForAndroid] AndroidManifest.xml file not found
>>>>>
>>>>> -----------------------------------------------------
>>>>> Michael Gogins
>>>>> Irreducible Productions
>>>>> http://michaelgogins.tumblr.com
>>>>> Michael dot Gogins at gmail dot com
>>>>>
>>>>>
>>>>> On Thu, Nov 5, 2015 at 6:57 PM, Michael Gogins  wrote:
>>>>>> That's reassuring.
>>>>>>
>>>>>> The main problem is when I press the Run button and edit the run
>>>>>> configuration, no module is specified and I am not able to specify the
>>>>>> module.
>>>>>>
>>>>>> Best,
>>>>>> Mike
>>>>>>
>>>>>> -----------------------------------------------------
>>>>>> Michael Gogins
>>>>>> Irreducible Productions
>>>>>> http://michaelgogins.tumblr.com
>>>>>> Michael dot Gogins at gmail dot com
>>>>>>
>>>>>>
>>>>>> On Thu, Nov 5, 2015 at 6:27 PM, Steven Yi  wrote:
>>>>>>> For testing, I've been using Android Studio to build and deploy.  I
>>>>>>> use the run button and it has built and installed to emulator and
>>>>>>> device here. This is both the Examples and Csound apps.  What errors
>>>>>>> are you seeing there?
>>>>>>>
>>>>>>> On Thu, Nov 5, 2015 at 9:27 AM, Michael Gogins  wrote:
>>>>>>>> Steven, I resolved the issue with the AndroidManifest.xml by
>>>>>>>> re-pulling the CsoundForAndroid.iml file.
>>>>>>>>
>>>>>>>> I also have rebuilt all the NDK projects using the NDK installed by
>>>>>>>> Android Studio, building from the command line. This works as it did
>>>>>>>> before.
>>>>>>>>
>>>>>>>> I still have a problem. I cannot deploy or run the Csound application.
>>>>>>>>
>>>>>>>> Did you complete a build of all the modules using Android Studio? Or
>>>>>>>> did you use the command line and if so, how?
>>>>>>>>
>>>>>>>> Did you deploy and run the completed applications? Did you do that
>>>>>>>> from Android Studio or otherwise? If otherwise, how?
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Mike
>>>>>>>>
>>>>>>>> -----------------------------------------------------
>>>>>>>> Michael Gogins
>>>>>>>> Irreducible Productions
>>>>>>>> http://michaelgogins.tumblr.com