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
Hi Jimmar,
I came across this plugin through stackoverflow link. Plugin seems to be well implemented but it is throwing error while making gradle build from Unity 2017.3. Seems to be minor issue. Please check:
Temp\gradleOut\PermissionPlease\build\generated\source\buildConfig\release\net\jimmar\unityplugins\PermissionPlease\BuildConfig.java:4: error: package net.jimmar.unityplugins.PermissionPlease clashes with class of same name
package net.jimmar.unityplugins.PermissionPlease;
The text was updated successfully, but these errors were encountered:
@Randehh
I was able to resolve this issue by changing Manifest file inside folder Plugins>Android>PermissionPlease
package="net.jimmar.unityplugins.permissionplease"
to
package="net.jimmar.unityplugins"
i faced one more issue of targetJDK version being old, i had to make jar file again with target jdk version 1.7. Don't know if you will face this issue.
Hi Jimmar,
I came across this plugin through stackoverflow link. Plugin seems to be well implemented but it is throwing error while making gradle build from Unity 2017.3. Seems to be minor issue. Please check:
The text was updated successfully, but these errors were encountered: