Repositories.cfg could not be loaded

2

I'm trying to compile an android application using the following command, ionic build android for Ionic 1.x, but I get the following error:

File C:\Users\User\.android\repositories.cfg could not be loaded.

The information of my team is:

  • OS: Windows 10 32 Bits
  • Node: 6.10.1
  • Ionic: 2.2.1
asked by Pedro Miguel Pimienta Morales 13.04.2017 в 19:54
source

1 answer

5

I should automatically create a repositories.cfg file:

If it exists, delete or delete its contents and restart Android Studio.

If it does not exist, I recommend you create a file without content repositories.cfg in the path:

C:\Users\User\.android\
    
answered by 13.04.2017 / 20:25
source