Closed michael-winkler closed 6 years ago
Are you able to compile both branches successfully prior to the merge?
I will test it later and let you know it. Maybe the reason was the missing legacy folder.
@ewpatton I have cloned the sources to my computer and it is working.
Have you any idea why I get the error above? I think that it did not found any needed file.
My guess is that when you merged there was a conflict and the references to android-26/android.jar and the related support libraries were removed.
I think I found the problem.
in "components/build.xml" was no: < pathelement location="${lib.dir}/android/support/lifecycle-common-1.0.0.jar" />
I added the line and the issues was gone. Is there any reason why you have not added the line? @ewpatton
Do you have any idea what's now wrong? Maybe to much other libs? And how can I solve it?
That's certainly possible. The compiler will attempt a rebuild after the first DX execution failure in order to split up the libraries into two sets. If you have added a lot of extra dependencies for Makeroid then it's possible that you may need to have a third DX stage so that the partitions are sufficiently small enough to stay within the 65k method limit.
I tried what you have done but now I get something like this.
Is this really all what you have done? https://github.com/ewpatton/appinventor-sources/commit/a682940ddab8ae33d9e802e5660e06f6f264f822#diff-55b2f5aaaff74ee9f463cca4530c6b07
Because I have done it like you and now I get errors without a end.