One step further.
I've created a R.java file with the following content:
B4X:
package com.microsoft.office.lync.api;
public class R {
public static final class string {
public static final int ENTERPRISE_AUTHONTICATOR_LABEL=0x7f040003;
public static final int ENTERPRISE_AUTHENTICATOR_ACCOUNT_TYPE=0x7f040000;
public static final int app_name=0x7f070010;
}
}
0x7f070010 is the value taken from the R.txt file associated with that specific aar library (platform.aar)
B4X:
int string app_name 0x7f070010
Now I get another error:
B4X:
debugmsg: android.content.res.Resources$NotFoundException: String resource ID #0x7f070010
zip all into one big archive (your wrapper code, the lib behind, example-app, whatever) and send me the downloadlink please
I´ll try to reproduce later (earliest this evening)