Par Vis
Par Vis

Reputation: 11

Nativescript/Angular. When build, all the images in App_Resources are ignored

As the post title says: When build my Nativescript project, all the images in App_Resources are ignored.

And replaced by the default Nativescript icons, splashs, etc.

I'm using the latest version of all the dependencies: cli, angular, nativescript.

Some idea to fix this problem?

Thanks.

Upvotes: 0

Views: 110

Answers (1)

Par Vis
Par Vis

Reputation: 11

I solved this issue moving the drawable-xxx folders from

App_Resources\Android\

to

App_Resources\Android\src\main\res\

Upvotes: 1

Related Questions