HomeSort by relevance Sort by last modified time
    Searched full:appabis (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 137 Collection<NativeAbi> appAbis = NdkHelper.getApplicationAbis(project, monitor);
138 if (appAbis.size() == 0) {
201 NativeAbi compatAbi = getCompatibleAbi(deviceAbi1, deviceAbi2, appAbis);
206 String.format("ABI's supported by the application: %s", JOINER.join(appAbis)));
453 Collection<NativeAbi> appAbis) {
454 for (NativeAbi abi: appAbis) {

Completed in 159 milliseconds