Open rupeshhikeup opened 1 month ago
I have attached empty project demo with the issues . Can you please have a look and assist me . Note: the native aar file works fine in native android
Any update on above issues solution
@jonpryor @jonathanpeppers @grendello I'm not sure where this error is coming from and who to assign this to. Feel free to assign the right person(s).
This is clearly coming from Java, since invokespecial
is a Java instruction, but I can't find the error message in any source I grepped. The error messages suggest R8 is involved, @jonathanpeppers, any idea?
@rupeshhikeup the error above looks like a build error, coming from the <D8/>
or <R8/>
task.
I tried and got no build errors:
> dotnet build -bl "D:\Downloads\Sample_demo (1)\Sample_demo\Sample\Sample.csproj"
...
Build succeeded with 235 warning(s) in 29.0s
If this command is failing for you, can you add -bl
and share the msbuild.binlog
file here? https://aka.ms/binlog
Hi @rupeshhikeup. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
Got the above error while running .net android binding project . Please help to solve this issues