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 419 ArrayList<String> consoleMsgs = new ArrayList<String>();
421 consoleMsgs.add(String.format(
426 consoleMsgs.add("Additionally some of those libraries will interfer with the installation of the application because of their location in lib/");
427 consoleMsgs.add("lib/ is reserved for NDK libraries.");
430 consoleMsgs.add("The following libraries were found:");
433 consoleMsgs.add(" - " + lib);
436 String[] consoleStrings = consoleMsgs.toArray(new String[consoleMsgs.size()]);
    [all...]

Completed in 1339 milliseconds