Search Issue Tracker
Fixed in 5.3.8
Votes
0
Found in
5.3.4p3
Issue ID
789950
Regression
No
[Android] [Plugins] Plugins do not persist after exporting as google android project
To reproduce:
1) Open attached project
2) Export as Google Android Project
3) Import it in IDE of your choice (tested with Android Studio)
4) Run it on a device
5) Notice in the logcat the error that a class could not be found (in this case, as IAP was used, the error is:
AndroidJavaException: java.lang.ClassNotFoundException: com.unity.purchasing.googleplay.GooglePlayPurchasing
java.lang.ClassNotFoundException: com.unity.purchasing.googleplay.GooglePlayPurchasing
DUT: Samsung Galaxy S7 (Android 6.0.1)
The error doesn't appear if apk is built with Unity
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
bazhi
Apr 29, 2016 03:41
if built with Unity, the IAP can't work well.