Quantcast
Channel: Ionic Forum - Latest topics
Viewing all 71018 articles
Browse latest View live

Display data array in the component

$
0
0

@virginiarcruz wrote:

I have a list with 3 images, and I want to build a component for insert these images in any page of the app.
My component.ts

import { Component, Input } from '@angular/core';

@Component({
  selector: 'app-logo',
  templateUrl: 'app-logo.html'
})


export class AppLogoComponent {

  @Input() images: Array<string>;

  constructor() {
    console.log('Hello AppLogoComponent Component');

    this.images = ['../../assets/imgs/img1.png', '../../assets/imgs/img2.png', '../../assets/imgs/img3.png'];

  }

}

But, I don’t know with how to call inside de component and add in any page.
This way the path is static.

  <img src="{{images[0]}}" alt="{{alt}}">

How do I do to call inside the component and add one of the 3 images on any page?

Posts: 4

Participants: 2

Read full topic


Build failed after adding plugin Google Analytics

$
0
0

@mustafabekec wrote:

I get this error after adding Google Analytics.

I’ve tried

cordova clean
cordova build

and added to build.gradle => multiDexEnabled=true

project.ext {
      defaultBuildToolsVersion="25.0.2" //String
      defaultMinSdkVersion=19 //Integer - Minimum requirement is Android 4.4
      defaultTargetSdkVersion=26 //Integer - We ALWAYS target the latest by default
      defaultCompileSdkVersion=26 //Integer - We ALWAYS compile with the latest by default
    **multiDexEnabled=true**
    }

But not solved my problem.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org
37 actionable tasks: 37 executed

BUILD FAILED in 1m 6s
(node:5128) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: cmd: Command failed with exit code 1 Error output:
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 6s
(node:5128) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Ionic:

   ionic (Ionic CLI)  : 4.1.2 (C:\Users\Meftun\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework    : ionic-angular 3.9.2
   @ionic/app-scripts : 3.1.11

Cordova:

   cordova (Cordova CLI) : not installed
   Cordova Platforms     : android 7.0.0
   Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.2, cordova-plugin-ionic-webview 2.0.2, (and 14 other plugins)

System:

   Android SDK Tools : 26.1.1 (C:\Users\Meftun\AppData\Local\Android\sdk)
   NodeJS            : v8.9.3 (C:\Program Files\nodejs\node.exe)
   npm               : 6.3.0
   OS                : Windows 10

What other solutions can I try?
Thanks every one!

Posts: 1

Participants: 1

Read full topic

Ionic 3 PWA -> iOS 11.4.1 issues

$
0
0

@robinyo wrote:

Tags: Ionic 3, PWA and iOS 11.x

Each new release of iOS means a new set of issues for your PWA.

I just noticed several issues when running my Ionic 3 PWA on iOS 11.4.1

  • after you use an input control (e.g., an <ion-textarea> or an <ion-searchbar>) the screen doesn’t resize correctly
  • <input #capture type="file" accept="image/*;capture=camera" ... > has stopped working

“Because of iOS challenges, Starbucks PWA is doing user-agent sniffing and delivering a different manifest for iOS, using display: browser instead of display: standalone.”

“Safari support (and bugs) are changing so fast that even if it works fine today, you might end up with a lousy implementation pretty soon.”

See: You shouldn’t use Chrome’s PWACompat library

Glossary:

  • PWA (no PhoneGap/Cordova plugins)
  • Hybrid Mobile App (PhoneGap/Cordova plugins)

Ref:

Posts: 1

Participants: 1

Read full topic

Doubt about Geolocation.getCurrentPosition() result data

$
0
0

@victornjg wrote:

Hello!

Anyone knows and could explain to me why the method Geolocation.getCurrentPosition() from the cordova-plugin-geolocation never returns an accuracy minor than 10?
Note: The “accuracy” property is inside the “coords” property in the result object.

Thanks in advance,
victornjg

Posts: 1

Participants: 1

Read full topic

Using tapsell-v3-cordova-plugin

$
0
0

@pcha wrote:

I have read that we can use cordova plugins in Ionic .
But I have problem getting tapsell-v3-cordova-plugin work, after I install this plugin I get error for build/run android.

cordova 8.0.0
ionic 3.20.0

error:

Parsing /home/pchas/Documents/project/android/res/xml/config.xml failed
(node:4722) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open ‘/home/pchas/Documents/project/android/res/xml/config.xml’
at Object.openSync (fs.js:443:3)
at Object.readFileSync (fs.js:348:35)
at Object.parseElementtreeSync (/home/pchas/Documents/project/android/cordova/node_modules/cordova-common/src/util/xml-helpers.js:180:27)
at new ConfigParser (/home/pchas/Documents/project/android/cordova/node_modules/cordova-common/src/ConfigParser/ConfigParser.js:30:24)
at updateConfigFilesFrom (/home/pchas/Documents/project/android/cordova/lib/prepare.js:106:18)
at Api.module.exports.prepare (/home/pchas/Documents/project/android/cordova/lib/prepare.js:42:20)
at Api.prepare (/home/pchas/Documents/project/android/cordova/Api.js:192:45)
at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/prepare.js:106:36
at _fulfilled (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/q/q.js:787:54)
at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/q/q.js:816:30
(node:4722) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:4722) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Posts: 1

Participants: 1

Read full topic

Error trying to diff '[object Object]'. Only arrays and iterables are allowed

$
0
0

@nabin649 wrote:

here is my Jason

{
“status”: 1,
“data”: {
“EmpName”: “putu”,
“EmpId”: “52”,
“EmpNo”: “PuTu123”,
“Specification”: [
{
“id”: “3”,
“title”: “gfhgjhkkjjhf”,
“Picture”: “http://irmedicalapp.in/uploads/employee_health_files/2041758869.jpeg
},
{
“id”: “4”,
“title”: “putu”,
“Picture”: “http://irmedicalapp.in/uploads/employee_health_files/primary%3ADownload%2F0279XXXXXX5694_20180519134002513990.pdf
},
{
“id”: “5”,
“title”: “putu”,
“Picture”: “http://irmedicalapp.in/uploads/employee_health_files/355404323.jpeg
},
{
“id”: “6”,
“title”: “putu”,
“Picture”: “http://irmedicalapp.in/uploads/employee_health_files/893569631.jpeg
},
{
“id”: “10”,
“title”: “putu”,
“Picture”: “http://irmedicalapp.in/uploads/employee_health_files/sample.pdf
},
{
“id”: “11”,
“title”: “putu”,
“Picture”: “http://irmedicalapp.in/uploads/employee_health_files/FORM 16.pdf”
},
{
“id”: “13”,
“title”: “putu”,
“Picture”: “http://irmedicalapp.in/uploads/employee_health_files/adobe_PO.pdf
}
]
}
}

HTML
<ion-item *ngFor = “let p of prescriptionList”>

{{p.EmpName}}


<div *ngFor = “let pp of p.Specification”>

{{pp.title}}



Posts: 1

Participants: 1

Read full topic

Custom component EventEmitter doesn't have Observer

$
0
0

@LeoImmo wrote:

Hi,

I’ve made a custom component:

@Component({
    selector: 'comp-rating',
    templateUrl: 'comp-rating.html',
    changeDetection: ChangeDetectionStrategy.OnPush
})
export class CompRatingComponent {

    @Input() public score: number = 1;
    @Input() public max: number = 5;
    @Input() public width: number = 150;
    @Input() public height: number = 138;
    @Input() public prefix: string = '';

    @Output() public update: EventEmitter<number> = new EventEmitter();


    constructor() {
    }

    onUpdate(score: number): void {
        if(score === 0.5) {
            score = 1;
        }
        this.score = score;
        this.update.emit(this.score);
        console.debug(this.update);
    }

    public icons(): string[] {
        let step = 0.5;
        let score = Math.ceil(this.score / step) * step;

        let icons = [];
        for (let i = 1; i <= this.max; i++) {
            if (i <= score) {
                icons.push('<img src="../../assets/images/rating-full.png" usemap="#' + this.prefix + '-' + i + '">');
            } else if (i - step <= score) {
                icons.push('<img src="../../assets/images/rating-half.png" usemap="#' + this.prefix + '-' + i + '">');
            } else {
                icons.push('<img src="../../assets/images/rating-empty.png" usemap="#' + this.prefix + '-' + i + '">');
            }
        }
        return icons;
    }
}

When i use this component alone it’s work fine. But when I use it on a ngFor the EventEmitter doesn’t find Observer… My html:

<ng-container *ngFor="let critere of criterions">
    <ion-list no-lines>
         <comp-rating [prefix]="'critere-' + critere.id_criterion + '-'" [score]="1" [max]="5" [width]="100" [height]="90" (update)="onCritereRatingChange($event)"></comp-rating>
    </ion-list>
</ng-container>

If anyone have a id how to fix the problem of the Observer.

Posts: 1

Participants: 1

Read full topic

Where can I find the last package.json file to update to the last ionic 4 beta?

$
0
0

@trollanfer wrote:

I want to update to the last beta.
Last time, I updated the CLI (npm install -g ionic) and created a new project, and modified my project package.json accordingly to the file generated in the new project.

In the past, the Ionic team published package.json in the changelog.

Is there somewhere where we can access this file, to avoid generating a new project each time?

Posts: 1

Participants: 1

Read full topic


Ionic 4 Vue JS menu help

$
0
0

@sts-ryan-holton wrote:

Hi, I’m trying to use Ionic 4 beta with Vue JS. I’ve setup a Vue JS project using the CLI and have successfully imported Ionic into it. I’m trying to build a slide out menu (navigation) using the menu component https://beta.ionicframework.com/docs/api/menu/#usage

I’ve used the Javascript variant of the menu here and have copied the following button for the menu:

<ion-button id="left" onclick="openStart()" class="button button-ios button-solid button-solid-ios hydrated" tappable="" fill="solid">Open start menu</ion-button>

This is my Vue JS file, I’ve got my methods set up but am having difficulty getting the menu to slide out.

<template>
  <div id="app">
    <ion-app>
      <ion-menu side="start">
        <ion-header>
          <ion-toolbar color="secondary">
            <ion-title>Left Menu</ion-title>
          </ion-toolbar>
        </ion-header>
      </ion-menu>

      <ion-menu side="end">
        <ion-header>
          <ion-toolbar>
            <ion-title>Hola</ion-title>
          </ion-toolbar>
        </ion-header>

        <ion-content padding>
          hola macho
        </ion-content>
      </ion-menu>

      <ion-page class="show-page" main>
        <ion-header>
          <ion-toolbar>
            <ion-title>LLC Dashboard </ion-title>
          </ion-toolbar>
        </ion-header>
        <ion-content class="content" padding>
          <ion-grid>
            <ion-row>
              <ion-col>
                <div>
                  <ion-button full>1</ion-button>
                </div>
              </ion-col>
              <ion-col>
                <div>
                  <ion-button full>2</ion-button>
                </div>
              </ion-col>
              <ion-col>
                <div>
                  <ion-button full>3</ion-button>
                </div>
              </ion-col>
            </ion-row>
            <ion-row>
              <ion-col>
                <div>
                  <ion-button full>4</ion-button>
                </div>
              </ion-col>
              <ion-col>
                <div>
                  <ion-button full>5</ion-button>
                </div>
              </ion-col>
              <ion-col>
                <div>
                  <ion-button full>6</ion-button>
                </div>
              </ion-col>
            </ion-row>
          </ion-grid>
          <ion-button id="left" @click="openStart()" class="button button-ios button-solid button-solid-ios hydrated" tappable="" fill="solid">
            Open start menu
          </ion-button>
          <ion-button @click="openEnd()" class="button button-ios button-solid button-solid-ios hydrated" tappable="" fill="solid">    Open end menu
          </ion-button>
        </ion-content>
      </ion-page>
    </ion-app>
    <ion-menu-controller></ion-menu-controller>
  </div>
</template>

<script>
export default {
  name: 'App',
  data () {
    return {
      items: [{id: 0, name: 'Ahmed'}, {id: 1, name: 'Naima'}]
    }
  },
  methods: {
    openStart () {
      
    },
    openEnd () {
      
    }
  }
}
</script>

I’m new to this framework and Vue JS and am looking for some guidance here.

Posts: 1

Participants: 1

Read full topic

Downgrading to UIWebView

$
0
0

@mreggiardo1 wrote:

I;ve some issue with the refresh of the data in IOS, so i want to try using the old UIwebView.
Has anyone succes in downgrading to UIWebView.

I just
remove the IOS platform,
Unistall the ionic-wev-view cordova cordova-plugin-ionic-webview --save
add the preference as indicated in
Downgrading to UIWebView section - https://ionicframework.com/docs/wkwebview/#downgrading-to-uiwebview):

neithetheless it keeps downloadint the plugin again and using the WKWebView.
Do i missing something?

Regards

Posts: 1

Participants: 1

Read full topic

Difference DevApp and Ionic View (regarding youtube embed issues)

$
0
0

@Zizazorro wrote:

Hey guys,

I seem to have an issue regarding youtube embedded video’s in my Ionic app. When I serve my app to Ionic DevApp, some music videos (VEVO, Green day etc) will give an error “This video is not available”. This should be some copyright issue, but the weird thing is that when I launched my app to Ionic View, those video’s did just load normal, without any issues.

I think this has something to do with cross origin or some trusted source, but I can’t figure out what would be the problem. What is the difference between Devapp and View, regarding the host or source?

The app is currently in Alpha version on the google play store, but I get the same errors as with Devapp (where I was hoping it would work like Ionic View). Does someone have an idea?

Thanks in advance

Posts: 1

Participants: 1

Read full topic

Google Maps - Auto rotate maps

$
0
0

@Kyrax80 wrote:

Hello, I’ve been trying to make my Google map rotate so it looks in the same direction as the user as a GPS App would do. Does anyone know how to do this?

Thanks.

Posts: 1

Participants: 1

Read full topic

Integration with Google Admob Video Reward

$
0
0

@estacho999 wrote:

Hello everyone, I’m trying to integrate admob with an application and I’m having some difficulties. I configured all the plugins, and built two functions, one that displays the ad in banner format, it works correctly.

But I need to display the ad as a reward video, and when I try to display it, it just does not show up, as it is the first time I’m doing I do not know what I’m doing wrong, I’ve followed Ionic’s own documentation for integration.

my html :

<ion-content padding>

<h6 class=“total-premios”>Total de Prêmios : R$ 50,00</h6>

<ion-card>

<img src="…/…/assets/imgs/admob.png"/>

<ion-card-content>

<p class=“anuncio-valor”>Admob : 0,03</p>

<button ion-button color=“primary” (click)=“video()”>video</button>

<button ion-button color=“primary” (click)=“banner()”>banner</button>

</ion-card-content>

</ion-card>

my ts :

import { Component } from ‘@angular/core’;
import { IonicPage, NavController, NavParams } from ‘ionic-angular’;
import { AdMobFree, AdMobFreeRewardVideoConfig, AdMobFreeBannerConfig } from ‘@ionic-native/admob-free’;
import { Platform } from ‘ionic-angular’;

@IonicPage()
@Component({
selector: ‘page-principal’,
templateUrl: ‘principal.html’,
})
export class PrincipalPage {

constructor(private admob: AdMobFree) { }

video(){
const videoConfig: AdMobFreeRewardVideoConfig = {
id: ‘ca-app-pub-8000726989219599/4319074413’,
isTesting: true,
autoShow: true
};
this.admob.rewardVideo.config(videoConfig);

        this.admob.rewardVideo.prepare()
        .then(() => {
            this.admob.rewardVideo.show();
            console.log("deu certo");
        })
    .catch((e) =>{
        console.log("o erro foi : " +e);
    });    
}     

banner(){
  const bannerConfig: AdMobFreeBannerConfig = {
      id: 'ca-app-pub-8000726989219599/6127281425',
      isTesting: true,
      autoShow: true
  };
  this.admob.banner.config(bannerConfig);

  this.admob.banner.prepare()
  .then(() => {
      this.admob.banner.show();
      console.log("o banner deve aparecer aqui");
  })
  .catch(e => console.log(e));    
}   

ionViewDidLoad() {
console.log(‘ionViewDidLoad PrincipalPage’);
}

}

Posts: 1

Participants: 1

Read full topic

MobileIron SSO

$
0
0

@mdline wrote:

Hello,

my device has MobileIron and the app should use the SSO for login and other requests.
But how can I force my app that it works in MobileIron SSO envorionment.

Posts: 1

Participants: 1

Read full topic

Select a certificate to sign text

$
0
0

@fjfernandez1 wrote:

Hello everyone,

I am an android developer who is learning how to develop a ionic app. I have an android application that in one of its activities show a dialog to user for choose his certificate and then, the app uses it to sign a string and send to external service the public key of the certificate and the data signed.

To do that in Android I use KeyChain.choosePrivateKeyAlias(KeyChainAliasCallback interface), how could I do for ionic? It will works in iOS and Android with the same code?

Thanks

Posts: 1

Participants: 1

Read full topic


Error when trying to build apk

$
0
0

@hellgod2 wrote:

ionic cordova build android --prod --release
> ionic-app-scripts build --prod --target cordova --platform android
[15:14:00]  ionic-app-scripts 3.2.0
[15:14:00]  build prod started ...
[15:14:00]  clean started ...
[15:14:00]  clean finished in 49 ms
[15:14:00]  copy started ...
[15:14:01]  deeplinks started ...
[15:14:01]  deeplinks finished in 197 ms
[15:14:01]  ngc started ...
Warning: Can't resolve all parameters for Settings in C:/Users/hp/Desktop/ExampleProject/src/providers/settings/settings.ts: ([object Object], ?). This will become an error in Angular v6.x
Warning: Can't resolve all parameters for Settings in C:/Users/hp/Desktop/ExampleProject/src/providers/settings/settings.ts: ([object Object], ?). This will become an error in Angular v6.x
[15:14:21]  ngc finished in 20.52 s
[15:14:21]  preprocess started ...
[15:14:21]  preprocess finished in 1 ms
[15:14:21]  webpack started ...
[15:14:22]  copy finished in 22.30 s
[15:15:08]  webpack finished in 47.02 s
[15:15:08]  uglify started ...
[15:15:08]  sass started ...
[15:15:16]  sass finished in 7.11 s
[15:15:16]  cleancss started ...
[15:15:26]  cleancss finished in 10.05 s
[15:15:49]  uglify finished in 40.89 s
[15:15:49]  postprocess started ...
[15:15:50]  postprocess finished in 655 ms
[15:15:50]  lint started ...
[15:15:50]  build prod finished in 110.38 s
[15:15:59]  lint finished in 8.98 s
> cordova build android --release
Android Studio project detected
ANDROID_HOME=C:\Users\hp\AppData\Local\Android\sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_181
studio
Starting a Gradle Daemon (subsequent builds will be faster)
:wrapper

BUILD SUCCESSFUL in 19s
1 actionable task: 1 executed
Subproject Path: CordovaLib
Subproject Path: app
Downloading https://services.gradle.org/distributions/gradle-4.1-all.zip
.....................................................................................
Unzipping C:\Users\hp\.gradle\wrapper\dists\gradle-4.1-all\bzyivzo6n839fup2jbap0tjew\gradle-4.1-all.zip to C:\Users\hp\.gradle\wrapper\dists\gradle-4.1-all\bzyivzo6n839fup2jbap0tjew
Starting a Gradle Daemon (subsequent builds will be faster)
Download https://maven.google.com/com/android/tools/build/gradle/3.0.0/gradle-3.0.0.pom
Download https://maven.google.com/com/android/tools/build/gradle-core/3.0.0/gradle-core-3.0.0.pom
Download https://maven.google.com/com/android/tools/build/builder/3.0.0/builder-3.0.0.pom
Download https://maven.google.com/com/android/tools/lint/lint/26.0.0/lint-26.0.0.pom
Download https://maven.google.com/com/android/tools/external/org-jetbrains/uast/26.0.0/uast-26.0.0.pom
Download https://maven.google.com/com/android/databinding/compilerCommon/3.0.0/compilerCommon-3.0.0.pom
Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/kotlin-stdlib-1.1.3-2.pom
Download https://jcenter.bintray.com/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.pom
Download https://maven.google.com/com/android/tools/build/gradle-api/3.0.0/gradle-api-3.0.0.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm/5.1/asm-5.1.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-parent/5.1/asm-parent-5.1.pom
Download https://jcenter.bintray.com/org/ow2/ow2/1.3/ow2-1.3.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-util/5.1/asm-util-5.1.pom
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.pom
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.build/0.7.4.201502262128/org.jacoco.build-0.7.4.201502262128.pom
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.report/0.7.4.201502262128/org.jacoco.report-0.7.4.201502262128.pom
Download https://jcenter.bintray.com/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.pom
Download https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom
Download https://jcenter.bintray.com/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom
Download https://jcenter.bintray.com/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Download https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.0.0/protobuf-java-3.0.0.pom
Download https://jcenter.bintray.com/com/google/protobuf/protobuf-parent/3.0.0/protobuf-parent-3.0.0.pom
Download https://jcenter.bintray.com/com/google/google/1/google-1.pom
Download https://maven.google.com/com/android/tools/build/builder-model/3.0.0/builder-model-3.0.0.pom
Download https://maven.google.com/com/android/tools/build/builder-test-api/3.0.0/builder-test-api-3.0.0.pom
Download https://maven.google.com/com/android/tools/sdk-common/26.0.0/sdk-common-26.0.0.pom
Download https://maven.google.com/com/android/tools/sdklib/26.0.0/sdklib-26.0.0.pom
Download https://jcenter.bintray.com/com/android/tools/common/26.0.0/common-26.0.0.pom
Download https://jcenter.bintray.com/com/android/tools/build/manifest-merger/26.0.0/manifest-merger-26.0.0.pom
Download https://jcenter.bintray.com/com/android/tools/ddms/ddmlib/26.0.0/ddmlib-26.0.0.pom
Download https://maven.google.com/com/android/tools/analytics-library/protos/26.0.0/protos-26.0.0.pom
Download https://maven.google.com/com/android/tools/analytics-library/shared/26.0.0/shared-26.0.0.pom
Download https://maven.google.com/com/android/tools/analytics-library/tracker/26.0.0/tracker-26.0.0.pom
Download https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.pom
Download https://maven.google.com/com/android/tools/build/apksig/3.0.0/apksig-3.0.0.pom
Download https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.pom
Download https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom
Download https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom
Download https://jcenter.bintray.com/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.pom
Download https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom
Download https://jcenter.bintray.com/org/eclipse/jdt/core/compiler/ecj/4.6.1/ecj-4.6.1.pom
Download https://maven.google.com/com/android/tools/lint/lint-checks/26.0.0/lint-checks-26.0.0.pom
Download https://jcenter.bintray.com/com/google/guava/guava/22.0/guava-22.0.pom
Download https://jcenter.bintray.com/com/google/guava/guava-parent/22.0/guava-parent-22.0.pom
Download https://jcenter.bintray.com/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom
Download https://jcenter.bintray.com/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom
Download https://jcenter.bintray.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Download https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/25/commons-parent-25.pom
Download https://maven.google.com/com/android/databinding/baseLibrary/3.0.0/baseLibrary-3.0.0.pom
Download https://jcenter.bintray.com/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom
Download https://jcenter.bintray.com/com/android/tools/annotations/24.5.0/annotations-24.5.0.pom
Download https://jcenter.bintray.com/org/apache/apache/9/apache-9.pom
Download https://jcenter.bintray.com/org/jetbrains/annotations/13.0/annotations-13.0.pom
Download https://jcenter.bintray.com/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom
Download https://jcenter.bintray.com/com/android/tools/dvlib/26.0.0/dvlib-26.0.0.pom
Download https://maven.google.com/com/android/tools/layoutlib/layoutlib-api/26.0.0/layoutlib-api-26.0.0.pom
Download https://maven.google.com/com/android/tools/repository/26.0.0/repository-26.0.0.pom
Download https://jcenter.bintray.com/com/google/code/gson/gson/2.3/gson-2.3.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.12/commons-compress-1.12.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/39/commons-parent-39.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom
Download https://jcenter.bintray.com/org/apache/apache/16/apache-16.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/project/7/project-7.pom
Download https://jcenter.bintray.com/org/apache/apache/13/apache-13.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Download https://jcenter.bintray.com/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
Download https://maven.google.com/com/android/tools/lint/lint-api/26.0.0/lint-api-26.0.0.pom
Download https://jcenter.bintray.com/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Download https://jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom
Download https://jcenter.bintray.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Download https://jcenter.bintray.com/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom
Download https://jcenter.bintray.com/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
Download https://jcenter.bintray.com/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
Download https://jcenter.bintray.com/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
Download https://jcenter.bintray.com/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Download https://jcenter.bintray.com/com/intellij/annotations/12.0/annotations-12.0.pom
Download https://jcenter.bintray.com/com/google/jimfs/jimfs/1.1/jimfs-1.1.pom
Download https://jcenter.bintray.com/com/google/jimfs/jimfs-parent/1.1/jimfs-parent-1.1.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom
Download https://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/5/commons-parent-5.pom
Download https://jcenter.bintray.com/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Download https://jcenter.bintray.com/org/apache/apache/4/apache-4.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/22/commons-parent-22.pom
Download https://jcenter.bintray.com/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.pom
Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/kotlin-reflect-1.1.3-2.pom
Download https://maven.google.com/com/android/tools/external/com-intellij/intellij-core/26.0.0/intellij-core-26.0.0.pom
Download https://jcenter.bintray.com/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.pom
Download https://maven.google.com/com/android/tools/annotations/26.0.0/annotations-26.0.0.pom
Download https://maven.google.com/com/android/tools/build/gradle/3.0.0/gradle-3.0.0.jar
Download https://maven.google.com/com/android/tools/build/gradle-core/3.0.0/gradle-core-3.0.0.jar
Download https://maven.google.com/com/android/tools/build/builder/3.0.0/builder-3.0.0.jar
Download https://maven.google.com/com/android/tools/lint/lint/26.0.0/lint-26.0.0.jar
Download https://maven.google.com/com/android/tools/lint/lint-checks/26.0.0/lint-checks-26.0.0.jar
Download https://maven.google.com/com/android/tools/lint/lint-api/26.0.0/lint-api-26.0.0.jar
Download https://maven.google.com/com/android/tools/external/org-jetbrains/uast/26.0.0/uast-26.0.0.jar
Download https://maven.google.com/com/android/tools/build/gradle-api/3.0.0/gradle-api-3.0.0.jar
Download https://maven.google.com/com/android/databinding/compilerCommon/3.0.0/compilerCommon-3.0.0.jar
Download https://jcenter.bintray.com/com/android/tools/build/manifest-merger/26.0.0/manifest-merger-26.0.0.jar
Download https://maven.google.com/com/android/tools/sdk-common/26.0.0/sdk-common-26.0.0.jar
Download https://maven.google.com/com/android/tools/sdklib/26.0.0/sdklib-26.0.0.jar
Download https://maven.google.com/com/android/tools/repository/26.0.0/repository-26.0.0.jar
Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/kotlin-reflect-1.1.3-2.jar
Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/kotlin-stdlib-1.1.3-2.jar
Download https://jcenter.bintray.com/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm-util/5.1/asm-util-5.1.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm/5.1/asm-5.1.jar
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.report/0.7.4.201502262128/org.jacoco.report-0.7.4.201502262128.jar
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.jar
Download https://jcenter.bintray.com/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.jar
Download https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar
Download https://maven.google.com/com/android/tools/analytics-library/tracker/26.0.0/tracker-26.0.0.jar
Download https://maven.google.com/com/android/tools/analytics-library/shared/26.0.0/shared-26.0.0.jar
Download https://maven.google.com/com/android/tools/analytics-library/protos/26.0.0/protos-26.0.0.jar
Download https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.0.0/protobuf-java-3.0.0.jar
Download https://maven.google.com/com/android/tools/build/builder-model/3.0.0/builder-model-3.0.0.jar
Download https://maven.google.com/com/android/tools/build/builder-test-api/3.0.0/builder-test-api-3.0.0.jar
Download https://jcenter.bintray.com/com/android/tools/ddms/ddmlib/26.0.0/ddmlib-26.0.0.jar
Download https://maven.google.com/com/android/tools/layoutlib/layoutlib-api/26.0.0/layoutlib-api-26.0.0.jar
Download https://jcenter.bintray.com/com/android/tools/dvlib/26.0.0/dvlib-26.0.0.jar
Download https://jcenter.bintray.com/com/android/tools/common/26.0.0/common-26.0.0.jar
Download https://maven.google.com/com/android/tools/build/apksig/3.0.0/apksig-3.0.0.jar
Download https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.jar
Download https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.jar
Download https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.jar
Download https://jcenter.bintray.com/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.jar
Download https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar
Download https://jcenter.bintray.com/org/eclipse/jdt/core/compiler/ecj/4.6.1/ecj-4.6.1.jar
Download https://jcenter.bintray.com/com/google/jimfs/jimfs/1.1/jimfs-1.1.jar
Download https://jcenter.bintray.com/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.jar
Download https://jcenter.bintray.com/com/google/guava/guava/22.0/guava-22.0.jar
Download https://maven.google.com/com/android/databinding/baseLibrary/3.0.0/baseLibrary-3.0.0.jar
Download https://jcenter.bintray.com/org/antlr/antlr4/4.5.3/antlr4-4.5.3.jar
Download https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.jar
Download https://jcenter.bintray.com/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar
Download https://maven.google.com/com/android/tools/annotations/26.0.0/annotations-26.0.0.jar
Download https://jcenter.bintray.com/org/jetbrains/annotations/13.0/annotations-13.0.jar
Download https://jcenter.bintray.com/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar
Download https://jcenter.bintray.com/com/google/code/gson/gson/2.3/gson-2.3.jar
Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.jar
Download https://jcenter.bintray.com/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar
Download https://jcenter.bintray.com/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
Download https://jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.jar
Download https://jcenter.bintray.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Download https://jcenter.bintray.com/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
Download https://jcenter.bintray.com/com/intellij/annotations/12.0/annotations-12.0.jar
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar
Download https://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Download https://maven.google.com/com/android/tools/external/com-intellij/intellij-core/26.0.0/intellij-core-26.0.0.jar
Download https://jcenter.bintray.com/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Download https://jcenter.bintray.com/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar
Download https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.7.3/gradle-bintray-plugin-1.7.3.pom
Download https://jcenter.bintray.com/com/github/dcendents/android-maven-gradle-plugin/1.5/android-maven-gradle-plugin-1.5.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.pom
Download https://jcenter.bintray.com/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/http-builder-0.7.2.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-parent/19/maven-parent-19.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.2.1/httpclient-4.2.1.pom
Download https://jcenter.bintray.com/net/sf/json-lib/json-lib/2.3/json-lib-2.3.pom
Download https://jcenter.bintray.com/net/sourceforge/nekohtml/nekohtml/1.9.16/nekohtml-1.9.16.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-client/4.2.1/httpcomponents-client-4.2.1.pom
Download https://jcenter.bintray.com/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/project/6/project-6.pom
Download https://jcenter.bintray.com/org/apache/apache/3/apache-3.pom
Download https://jcenter.bintray.com/org/apache/ant/ant/1.8.0/ant-1.8.0.pom
Download https://jcenter.bintray.com/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Download https://jcenter.bintray.com/org/apache/ant/ant-parent/1.8.0/ant-parent-1.8.0.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Download https://jcenter.bintray.com/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-parent/11/maven-parent-11.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Download https://jcenter.bintray.com/org/apache/apache/5/apache-5.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-6/wagon-http-lightweight-1.0-beta-6.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.2.1/httpcore-4.2.1.pom
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-core/4.2.1/httpcomponents-core-4.2.1.pom
Download https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Download https://jcenter.bintray.com/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/11/commons-parent-11.pom
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/9/commons-parent-9.pom
Download https://jcenter.bintray.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Download https://jcenter.bintray.com/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.pom
Download https://jcenter.bintray.com/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Download https://jcenter.bintray.com/org/apache/ant/ant-launcher/1.8.0/ant-launcher-1.8.0.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Download https://jcenter.bintray.com/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Download https://jcenter.bintray.com/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/wagon-http-shared-1.0-beta-6.pom
Download https://jcenter.bintray.com/junit/junit/3.8.1/junit-3.8.1.pom
Download https://jcenter.bintray.com/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.pom
Download https://jcenter.bintray.com/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom
Download https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.7.3/gradle-bintray-plugin-1.7.3.jar
Download https://jcenter.bintray.com/com/github/dcendents/android-maven-gradle-plugin/1.5/android-maven-gradle-plugin-1.5.jar
Download https://jcenter.bintray.com/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/http-builder-0.7.2.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar
Download https://jcenter.bintray.com/net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar
Download https://jcenter.bintray.com/net/sourceforge/nekohtml/nekohtml/1.9.16/nekohtml-1.9.16.jar
Download https://jcenter.bintray.com/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
Download https://jcenter.bintray.com/org/apache/ant/ant/1.8.0/ant-1.8.0.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Download https://jcenter.bintray.com/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-6/wagon-http-lightweight-1.0-beta-6.jar
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/wagon-http-shared-1.0-beta-6.jar
Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Download https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Download https://jcenter.bintray.com/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar
Download https://jcenter.bintray.com/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar
Download https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Download https://jcenter.bintray.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Download https://jcenter.bintray.com/org/apache/ant/ant-launcher/1.8.0/ant-launcher-1.8.0.jar
Download https://jcenter.bintray.com/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Download https://jcenter.bintray.com/junit/junit/3.8.1/junit-3.8.1.jar
Download https://jcenter.bintray.com/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Download https://jcenter.bintray.com/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.jar
Download https://jcenter.bintray.com/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar
publishNonDefault is deprecated and has no effect anymore. All variants are now published.
File C:\Users\hp\.android\repositories.cfg could not be loaded.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':CordovaLib'.
> You have not accepted the license agreements of the following SDK components:
  [Android SDK Platform 26].
  Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.
  Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 5m 54s
Checking the license for package Android SDK Platform 26 in C:\Users\hp\AppData\Local\Android\sdk\licenses
Warning: License for package Android SDK Platform 26 not accepted.
(node:8696) UnhandledPromiseRejectionWarning: Error: cmd: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':CordovaLib'.
> You have not accepted the license agreements of the following SDK components:
  [Android SDK Platform 26].
  Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.
  Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 5m 54s
    at ChildProcess.whenDone (C:\Users\hp\Desktop\ExampleProject\platforms\android\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at maybeClose (internal/child_process.js:925:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
(node:8696) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:8696) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

This is my ionic info:

$ ionic info
√ Gathering environment info - done!

Ionic:

   ionic (Ionic CLI)  : 4.1.1 (C:\Users\hp\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework    : ionic-angular 3.9.2
   @ionic/app-scripts : 3.2.0

Cordova:

   cordova (Cordova CLI) : 8.0.0
   Cordova Platforms     : android 7.0.0
   Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.2, cordova-plugin-ionic-webview 2.1.3, (and 4 other plugins)

System:

   NodeJS : v8.11.1 (C:\Program Files\nodejs\node.exe)
   npm    : 5.6.0
   OS     : Windows 10

Posts: 1

Participants: 1

Read full topic

Ionic 4, Stencil question!

$
0
0

@endpuppet wrote:

Hello!

I have recently discovered ionic framework! I tried ionic pwa toolkit and it is super smooth to mess with. But there is no concrete source of information on the following:

-will I be able to use ionic framework to develop x-platform apps with stencil as a replacement for angular?
-will I be able to preview with ionic devapp?
-will there be a ionic cli tool for generating components for stencil?
-can it be done now, manually. To change the import to stencil/core and then use stencil!

There are so many changes, none of the tutorials really make sense after couple of months. I really don’t want to waste time learning angular.

And yes this question has been asked before but since there is no real answer I thought it will not hurt to post another.

thank you
leon

Posts: 1

Participants: 1

Read full topic

Ionic Slides - 2 slide on per view

I can no install ionic by npm commande when I type npm install -g ionic

$
0
0

@Florino wrote:

I can no install ionic by npm commande when I type npm install -g ionic this error code apear : npm ERR! C:\Users\pc\AppData\Roaming\npm-cache_logs\2018-09-10T13_39_43_422Z-debug.log. I am a Beginner.

Posts: 1

Participants: 1

Read full topic

Getting 404 on api call since upgraded to android@7.0.0

$
0
0

@saurabhgupta1995 wrote:

Hello Everyone, i have been facing problem in authentication when using mobile device, however everything works fine when doing ionic serve and testing on brwoser.

i would like to if there is a problem with new version of android@7.0.0

one more thing i noticed that there is one more file got added to it ie, AndroidMenifest.xml which as per my knowledge is found in android native apps.

can you please suggest me what could be the reason.

thanks in advance

Posts: 1

Participants: 1

Read full topic

Viewing all 71018 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>