Intojucer external libraries to link

I can’t seem to get Introjucer to save my external libraries setting. It looks light it might not be implemented?

From jucer_ProjectExport_Android.h

[code]String getDynamicLibs (const AndroidBuildConfiguration& config) const
{
String flags (" LOCAL_LDLIBS :=");

flags << config.getGCCLibraryPathFlags();

{
    StringArray libs;
    libs.add ("log");
    libs.add ("GLESv2");

    for (int i = 0; i < libs.size(); ++i)
        flags << " -l" << libs[i];
}

return flags + newLine;

}[/code]

Or am I missing something…

I’m using the text field to write the following:

android EGL

Ok, try again now…