Csound Csound-dev Csound-tekno Search About

[Csnd-dev] Something missing from Android sources

Date2015-11-04 13:12
FromMichael Gogins
Subject[Csnd-dev] Something missing from Android sources
Gradle sync failed: Cause: java.io.FileNotFoundException:
C:\Users\mike\csound-csound6-git\android\CsoundForAndroid\src\main\AndroidManifest.xml
(The system cannot find the path specified)
           C:\Users\mike\csound-csound6-git\android\CsoundForAndroid\src\main\AndroidManifest.xml
(The system cannot find the path specified)
           Consult IDE log for more details (Help | Show Log)

I have a manifest for each of the 3 modules in the package, but there
is no manifest for the top level package itself. There is no
CsoundForANdroid\src\main directory and no AndroidManifest.xml in it.

Regards,
Mike

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

Date2015-11-04 14:31
FromSteven Yi
SubjectRe: [Csnd-dev] Something missing from Android sources
Hi Michael,

I'm not sure the error message makes sense. It's looking for a
manifest in a CsoundForAndroid\src\main folder, but that's the
top-level project.  The manifests are in the src folders for each of
the sub-projects.

Are you building within Android Studio or on the commandline?

steven

On Wed, Nov 4, 2015 at 5:12 AM, Michael Gogins  wrote:
> Gradle sync failed: Cause: java.io.FileNotFoundException:
> C:\Users\mike\csound-csound6-git\android\CsoundForAndroid\src\main\AndroidManifest.xml
> (The system cannot find the path specified)
>            C:\Users\mike\csound-csound6-git\android\CsoundForAndroid\src\main\AndroidManifest.xml
> (The system cannot find the path specified)
>            Consult IDE log for more details (Help | Show Log)
>
> I have a manifest for each of the 3 modules in the package, but there
> is no manifest for the top level package itself. There is no
> CsoundForANdroid\src\main directory and no AndroidManifest.xml in it.
>
> Regards,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com

Date2015-11-04 14:53
FromMichael Gogins
SubjectRe: [Csnd-dev] Something missing from Android sources
With Android Studio. I'm guessing that there actually is such a file
in your system, but it did not get into Git. If not, then I am using a
slightly newer version of Android Studio, so I will Google the problem
and maybe put in a dummy.

Best,
Mike

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


On Wed, Nov 4, 2015 at 9:31 AM, Steven Yi  wrote:
> Hi Michael,
>
> I'm not sure the error message makes sense. It's looking for a
> manifest in a CsoundForAndroid\src\main folder, but that's the
> top-level project.  The manifests are in the src folders for each of
> the sub-projects.
>
> Are you building within Android Studio or on the commandline?
>
> steven
>
> On Wed, Nov 4, 2015 at 5:12 AM, Michael Gogins  wrote:
>> Gradle sync failed: Cause: java.io.FileNotFoundException:
>> C:\Users\mike\csound-csound6-git\android\CsoundForAndroid\src\main\AndroidManifest.xml
>> (The system cannot find the path specified)
>>            C:\Users\mike\csound-csound6-git\android\CsoundForAndroid\src\main\AndroidManifest.xml
>> (The system cannot find the path specified)
>>            Consult IDE log for more details (Help | Show Log)
>>
>> I have a manifest for each of the 3 modules in the package, but there
>> is no manifest for the top level package itself. There is no
>> CsoundForANdroid\src\main directory and no AndroidManifest.xml in it.
>>
>> Regards,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com

Date2015-11-04 14:58
FromSteven Yi
SubjectRe: [Csnd-dev] Something missing from Android sources
I checked and I have no src folder in my CsoundForAndroid folder. I am
using Android Studio 1.3.2. Note that when I was assembling this for
6.06.0, other users reported it working for them in Android Studio;
however, they may not have been on Windows, so I don't know if there
is an issue there.

On Wed, Nov 4, 2015 at 6:53 AM, Michael Gogins  wrote:
> With Android Studio. I'm guessing that there actually is such a file
> in your system, but it did not get into Git. If not, then I am using a
> slightly newer version of Android Studio, so I will Google the problem
> and maybe put in a dummy.
>
> Best,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Wed, Nov 4, 2015 at 9:31 AM, Steven Yi  wrote:
>> Hi Michael,
>>
>> I'm not sure the error message makes sense. It's looking for a
>> manifest in a CsoundForAndroid\src\main folder, but that's the
>> top-level project.  The manifests are in the src folders for each of
>> the sub-projects.
>>
>> Are you building within Android Studio or on the commandline?
>>
>> steven
>>
>> On Wed, Nov 4, 2015 at 5:12 AM, Michael Gogins  wrote:
>>> Gradle sync failed: Cause: java.io.FileNotFoundException:
>>> C:\Users\mike\csound-csound6-git\android\CsoundForAndroid\src\main\AndroidManifest.xml
>>> (The system cannot find the path specified)
>>>            C:\Users\mike\csound-csound6-git\android\CsoundForAndroid\src\main\AndroidManifest.xml
>>> (The system cannot find the path specified)
>>>            Consult IDE log for more details (Help | Show Log)
>>>
>>> I have a manifest for each of the 3 modules in the package, but there
>>> is no manifest for the top level package itself. There is no
>>> CsoundForANdroid\src\main directory and no AndroidManifest.xml in it.
>>>
>>> Regards,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com

Date2015-11-04 15:01
FromMichael Gogins
SubjectRe: [Csnd-dev] Something missing from Android sources
I will check my versions and do some Googling. Thanks for checking.

Best,
Mike

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


On Wed, Nov 4, 2015 at 9:58 AM, Steven Yi  wrote:
> I checked and I have no src folder in my CsoundForAndroid folder. I am
> using Android Studio 1.3.2. Note that when I was assembling this for
> 6.06.0, other users reported it working for them in Android Studio;
> however, they may not have been on Windows, so I don't know if there
> is an issue there.
>
> On Wed, Nov 4, 2015 at 6:53 AM, Michael Gogins  wrote:
>> With Android Studio. I'm guessing that there actually is such a file
>> in your system, but it did not get into Git. If not, then I am using a
>> slightly newer version of Android Studio, so I will Google the problem
>> and maybe put in a dummy.
>>
>> Best,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Wed, Nov 4, 2015 at 9:31 AM, Steven Yi  wrote:
>>> Hi Michael,
>>>
>>> I'm not sure the error message makes sense. It's looking for a
>>> manifest in a CsoundForAndroid\src\main folder, but that's the
>>> top-level project.  The manifests are in the src folders for each of
>>> the sub-projects.
>>>
>>> Are you building within Android Studio or on the commandline?
>>>
>>> steven
>>>
>>> On Wed, Nov 4, 2015 at 5:12 AM, Michael Gogins  wrote:
>>>> Gradle sync failed: Cause: java.io.FileNotFoundException:
>>>> C:\Users\mike\csound-csound6-git\android\CsoundForAndroid\src\main\AndroidManifest.xml
>>>> (The system cannot find the path specified)
>>>>            C:\Users\mike\csound-csound6-git\android\CsoundForAndroid\src\main\AndroidManifest.xml
>>>> (The system cannot find the path specified)
>>>>            Consult IDE log for more details (Help | Show Log)
>>>>
>>>> I have a manifest for each of the 3 modules in the package, but there
>>>> is no manifest for the top level package itself. There is no
>>>> CsoundForANdroid\src\main directory and no AndroidManifest.xml in it.
>>>>
>>>> Regards,
>>>> Mike
>>>>
>>>> -----------------------------------------------------
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://michaelgogins.tumblr.com