build fails because build.settings

I’m trying to add flurry analytics to my app.  When I include the build.settings in my app the build fails.

“There was a problem locating the app.”

[lua]

–build.settings file

settings =

{

    orientation =

    {

        default = “portrait”,

    },

    

    plugins =

    {

        [“CoronaProvider.analytics.flurry”] =

        {

            publisherId = “com.coronalabs”

        },

        [“CoronaProvider.gameNetwork.google”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { android=true }

        },

    },

}

[/lua]

Still struggling with this.  Does anyone have any ideas?

Still struggling with this.  Does anyone have any ideas?