| 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 |