Android Question Packaging files Error

uniplan

Active Member
Licensed User
Longtime User
When I try to start in debugging a project the IDE is in error. Under the message that appears.

B4A version 4.30
Parsing code. 0.18
Compiling code. 3.15
Compiling layouts code. 0.03
Generating R file. 0.48
Compiling generated Java code. 3.87
Convert byte code - optimized dex. 4.85
Packaging files. Error

What may be due? Is there a way to get more information about errors generated by the IDE?

Thanks.
 

uniplan

Active Member
Licensed User
Longtime User
No it happens to only one project and not always. I also tried to restart the PC but the problem recurs.
I do not know if it is significant, but I moved the source in another folder and tried to restart the project and not be in error.
 
Upvote 0

uniplan

Active Member
Licensed User
Longtime User
The IDE calls aapt.exe at this point to build the APK file. The standard error channel output is printed (there is nothing in this case).

Does it happen with all your projects?
Hi Erel,

I looked into log Winodws and I found the following error:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2015-05-15T13:29:38.000000000Z" />
<EventRecordID>2259886</EventRecordID>
<Channel>Application</Channel>
<Computer>aferrara-PC</Computer>
<Security />
</System>
<EventData>
<Data>aapt.exe</Data>
<Data>0.0.0.0</Data>
<Data>5441ade9</Data>
<Data>unknown</Data>
<Data>0.0.0.0</Data>
<Data>00000000</Data>
<Data>c0000005</Data>
<Data>00000000</Data>
<Data>154c</Data>
<Data>01d08f132f0e7129</Data>
<Data>C:\android\build-tools\21.0.1\aapt.exe</Data>
<Data>unknown</Data>
<Data>6e9996b4-fb06-11e4-808c-000ee8d1b888</Data>
</EventData>
</Event>

Can you help me?

Thanks.

Regards.
 
Upvote 0

uniplan

Active Member
Licensed User
Longtime User
I think the crash is due to a memory problem. In fact I have removed some libraries unnecessary and the problem you are no longer verified.
 
Upvote 0
Top