27
Views
2
Comments
Outsystems Now - Making an app native
Question
Hi!

I'm trying to make a native app using Android Studio (1.3.2). I'm getting alot of errors, fixed some of them with the help of mighty Google but now I'm stuck at a place where all the .png files can't be opened and the error message is as follows:

Error:Execution failed for task ':OutSystems:platforms:android:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\irise\AppData\Local\Android\sdk\build-tools\23.0.1\aapt.exe'' finished with non-zero exit value 1

I did everything as shown here: https://labs.outsystems.net/OutSystemsNowDocs/OutSystemsNowOpenSource.aspx

Some help would be really appreciated.
 
2018-11-06 21-35-51
Luís Silva
Staff
Hi Íris,

The error message is not clear, but if you are using Windows it may be related to the file path lenght of the .png files. If you move your solution to somewhere like "C:\AndroidProject" for example, it should be resolved.

Let me know if this works for you.

Cheers,
Luís Silva

2015-04-10 16-21-48
Íris
Thank you, it worked.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.