OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
403
ArrayList<String>
consoleMsgs
= new ArrayList<String>();
405
consoleMsgs
.add(String.format(
410
consoleMsgs
.add("Additionally some of those libraries will interfer with the installation of the application because of their location in lib/");
411
consoleMsgs
.add("lib/ is reserved for NDK libraries.");
414
consoleMsgs
.add("The following libraries were found:");
417
consoleMsgs
.add(" - " + lib);
420
String[] consoleStrings =
consoleMsgs
.toArray(new String[
consoleMsgs
.size()]);
[
all
...]
Completed in 842 milliseconds