HomeSort by relevance Sort by last modified time
    Searched refs:consoleMsgs (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
NativeLibInJarException.java 33 String[] consoleMsgs) {
37 mConsoleMsgs = consoleMsgs;
BuildHelper.java 420 ArrayList<String> consoleMsgs = new ArrayList<String>();
422 consoleMsgs.add(String.format(
427 consoleMsgs.add("Additionally some of those libraries will interfer with the installation of the application because of their location in lib/");
428 consoleMsgs.add("lib/ is reserved for NDK libraries.");
431 consoleMsgs.add("The following libraries were found:");
434 consoleMsgs.add(" - " + lib);
437 String[] consoleStrings = consoleMsgs.toArray(new String[consoleMsgs.size()]);
    [all...]

Completed in 123 milliseconds