But it is google standard package and app is
Very simple. Is it working on your machine?
I dont understand why before this aapt2 all works on my windows machine⦠I have working app builded in older versionā¦
I dont know either, but the first thing is to look act the log to see if we can get the actual error messages! because chances are there is more einfor there than conveyed by that one line exception message.
Hello Marc,
I did first simple app in android studio and second app in fire (I removed all unused refernces and I added only required - I saw them in first project in Android Studio.
Android Studio App built successfully and works fine in my physical android device.
The second app built in Fire crasch after start up. I searched in LogCat but I didnā find any new message (only this one mentioned in Fire Log).
I did ebuild --dump for these applications.
They are below : 1.Fire fire.txt (317.4 KB) 2.Android Studio as.txt (286.6 KB)
One difference I saw is lack of R. in Fire app
I will not investigate more because i donāt have more knowledge (app is genereated in Ebuild process) ā itās beyond me.
This is only helpfull information from logcat :
That is all what can I do for you for this simple app.
Waiting for working Fire or any related info to help me build this simple app in Fire.
Best regards
Mateusz
Marc Iām investigating right now , I removed , dependecies, add dependencies one by one and I can only say that in simple apk with references added from Android Studio Fire doesnāt workā¦
When i set in simple app AppCompatActivity something (app is starting but simple view is not loading) but i canāt debug oncreate - > breakpoin is not resolved,whe is inherited from AppCompatActivity when i inherit from Activity i can debug ⦠⦠All things broked after migration to aapt2 and resources but as you know i test the sample simple application in Android Studio without any problemā¦
I canāt search longer I have to rerwite application wroten in oxy in Android Studio and leave youtr tools after few years because I have no idea why something what worked so far doesnāt work now without my ingenuity (simple app canāt be complicated to run - have some added references mapped from Android Studio - once again but they are the same I have so farā¦)
I loved your solution but when simple app doesnāt work what can I say⦠I have no time to investigate more⦠maybe I will rewrite it in AS in shorter timeā¦
I checked dependencies and made very simple App in Fire without success but as I wrote with AppCompatActivity which is recomended by Google.
My library is based on AppCompatActivity and has been working so farā¦
I have ready to use app generated in older version of RemObjects on Windows but without aapt2-> after migartion to Fire and trying to run aab my application doesnāt workā¦
It is not acceptable especially because from 2 days Iā'm fighting with simple app based on AppCompatActivity⦠because I found that here is a problemā¦
The worst thing is that dependencies hasnāt changed but I canāt run apk in Fire in new formatā¦
Best regards
Mateusz
I removed all third party component. I leave only these needed for simple AppCompatActivty (google dependent) but it still doesnāt work in my environment.
I tried with simple app ⦠the simplest. I know
I should write that i wrote app using your tools for .net.core earlier wpf windows, ios, android but now it is the first time i cant resolve problemā¦
Maybe I missed something but i compared to Android studioā¦
I tried but i have to give up because I have no more timeā¦
Question is can we not to use aapt2 generate apk in old format and later manually pack to aab?
As i know we canāt but maybe is any other way to generated and working apk pack into aab?
UseAapt has bene changed to hardcoded always be true, a while back. I donāt remember the details, but I wouldnāt have done that if it had not been necessary, so I think aapt can no longer be used.
As a workaround, try this: grab the R.java file for appcompat that Android Studio generates (or manually run aapt(1) on it to generate it), and just add it explicitly to your project.
R. Java for apocmpat from output AS?
Copy to my app folder?
Second question is why after changing to appcompatactivy in oncreate breikpoint is not resolved, can it be done by bad resources?
Activity works fine and I can debugā¦