You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after updating java2smali to version 2.0.1 I was not able to do my work. it's giving me Error: '$' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore
on version 1.6 I was able to use the plugin by adding
lintOptions {
abortOnError false
}
to my build.gradle. but on the latest version it does not work and giving me the error for resource names
The text was updated successfully, but these errors were encountered:
It's available on any of decompiled app (XCIPTV app for example). While using resources from decompiled app new version always fails because of resources name error I mentioned
The plugin only works when the module or project of the Java/Kotlin file you try to compile to smali can be build.
I assume that you also cannot regularly build the decompiled project?
yes. I know. When works on some big projects I have to keep decompiled smali in one project, and making java code on another project. resources are synced between both. so there are a few or many files start with $ sign. while those files on java project the new version of plugin always failed and works fine when I downgrade.
after updating java2smali to version 2.0.1 I was not able to do my work. it's giving me
Error: '$' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore
on version 1.6 I was able to use the plugin by adding
to my build.gradle. but on the latest version it does not work and giving me the error for resource names
The text was updated successfully, but these errors were encountered: