Advertisement
Guest User

Untitled

a guest
Aug 17th, 2023
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.12 KB | None | 0 0
  1. Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
  2. Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
  3. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
  4. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/03 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
  5. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
  6. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/03 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
  7. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/03 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
  8. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
  9. Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
  10. Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
  11. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
  12. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/03 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
  13. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
  14. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/03 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
  15. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/03 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
  16. Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
  17. Warning: unexpected element (uri:"", local:"extension-level"). Expected elements are <{}codename>,<{}layoutlib>,<{}api-level>
  18. Warning: unexpected element (uri:"", local:"base-extension"). Expected elements are <{}codename>,<{}layoutlib>,<{}api-level>
  19. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:5: error: cannot find symbol
  20. import androidx.annotation.NonNull;
  21. ^
  22. symbol: class NonNull
  23. location: package androidx.annotation
  24. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:6: error: cannot find symbol
  25. import androidx.annotation.Nullable;
  26. ^
  27. symbol: class Nullable
  28. location: package androidx.annotation
  29. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:8: error: package com.revenuecat.purchases does not exist
  30. import com.revenuecat.purchases.CustomerInfo;
  31. ^
  32. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:9: error: package com.revenuecat.purchases does not exist
  33. import com.revenuecat.purchases.DangerousSettings;
  34. ^
  35. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:10: error: package com.revenuecat.purchases does not exist
  36. import com.revenuecat.purchases.Purchases;
  37. ^
  38. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:11: error: package com.revenuecat.purchases does not exist
  39. import com.revenuecat.purchases.Store;
  40. ^
  41. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:12: error: package com.revenuecat.purchases.common does not exist
  42. import com.revenuecat.purchases.common.PlatformInfo;
  43. ^
  44. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:13: error: package com.revenuecat.purchases.hybridcommon does not exist
  45. import com.revenuecat.purchases.hybridcommon.CommonKt;
  46. ^
  47. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:14: error: package com.revenuecat.purchases.hybridcommon does not exist
  48. import com.revenuecat.purchases.hybridcommon.ErrorContainer;
  49. ^
  50. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:15: error: package com.revenuecat.purchases.hybridcommon does not exist
  51. import com.revenuecat.purchases.hybridcommon.OnResult;
  52. ^
  53. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:16: error: package com.revenuecat.purchases.hybridcommon does not exist
  54. import com.revenuecat.purchases.hybridcommon.OnResultAny;
  55. ^
  56. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:17: error: package com.revenuecat.purchases.hybridcommon does not exist
  57. import com.revenuecat.purchases.hybridcommon.OnResultList;
  58. ^
  59. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:18: error: package com.revenuecat.purchases.hybridcommon does not exist
  60. import com.revenuecat.purchases.hybridcommon.SubscriberAttributesKt;
  61. ^
  62. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:19: error: package com.revenuecat.purchases.hybridcommon.mappers does not exist
  63. import com.revenuecat.purchases.hybridcommon.mappers.CustomerInfoMapperKt;
  64. ^
  65. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:20: error: package com.revenuecat.purchases.hybridcommon.mappers does not exist
  66. import com.revenuecat.purchases.hybridcommon.mappers.MappersHelpersKt;
  67. ^
  68. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:21: error: package com.revenuecat.purchases.interfaces does not exist
  69. import com.revenuecat.purchases.interfaces.UpdatedCustomerInfoListener;
  70. ^
  71. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:52: error: cannot find symbol
  72. private static UpdatedCustomerInfoListener listener = new UpdatedCustomerInfoListener() {
  73. ^
  74. symbol: class UpdatedCustomerInfoListener
  75. location: class PurchasesWrapper
  76. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:448: error: cannot find symbol
  77. private static void sendError(ErrorContainer error, String method) {
  78. ^
  79. symbol: class ErrorContainer
  80. location: class PurchasesWrapper
  81. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:468: error: cannot find symbol
  82. private static void sendErrorPurchase(ErrorContainer errorContainer) {
  83. ^
  84. symbol: class ErrorContainer
  85. location: class PurchasesWrapper
  86. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:480: error: cannot find symbol
  87. private static OnResult getLogInListener(final String method) {
  88. ^
  89. symbol: class OnResult
  90. location: class PurchasesWrapper
  91. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:505: error: cannot find symbol
  92. private static OnResult getCustomerInfoListener(final String method) {
  93. ^
  94. symbol: class OnResult
  95. location: class PurchasesWrapper
  96. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:520: error: cannot find symbol
  97. private static DangerousSettings getDangerousSettingsFromJSON(String dangerousSettingsJSON) {
  98. ^
  99. symbol: class DangerousSettings
  100. location: class PurchasesWrapper
  101. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:109: error: cannot find symbol
  102. @Nullable final String oldSKU,
  103. ^
  104. symbol: class Nullable
  105. location: class PurchasesWrapper
  106. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:112: error: cannot find symbol
  107. @Nullable final String presentedOfferingIdentifier
  108. ^
  109. symbol: class Nullable
  110. location: class PurchasesWrapper
  111. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:142: error: cannot find symbol
  112. @Nullable final String oldSKU,
  113. ^
  114. symbol: class Nullable
  115. location: class PurchasesWrapper
  116. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:145: error: cannot find symbol
  117. @Nullable final String presentedOfferingIdentifier
  118. ^
  119. symbol: class Nullable
  120. location: class PurchasesWrapper
  121. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:174: error: cannot find symbol
  122. @Nullable final String oldSKU,
  123. ^
  124. symbol: class Nullable
  125. location: class PurchasesWrapper
  126. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:175: error: cannot find symbol
  127. @Nullable final Integer prorationMode,
  128. ^
  129. symbol: class Nullable
  130. location: class PurchasesWrapper
  131. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:177: error: cannot find symbol
  132. @Nullable final String offerIdentifier
  133. ^
  134. symbol: class Nullable
  135. location: class PurchasesWrapper
  136. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:479: error: cannot find symbol
  137. @NonNull
  138. ^
  139. symbol: class NonNull
  140. location: class PurchasesWrapper
  141. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:504: error: cannot find symbol
  142. @NonNull
  143. ^
  144. symbol: class NonNull
  145. location: class PurchasesWrapper
  146. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:519: error: cannot find symbol
  147. @Nullable
  148. ^
  149. symbol: class Nullable
  150. location: class PurchasesWrapper
  151. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:52: error: cannot find symbol
  152. private static UpdatedCustomerInfoListener listener = new UpdatedCustomerInfoListener() {
  153. ^
  154. symbol: class UpdatedCustomerInfoListener
  155. location: class PurchasesWrapper
  156. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:67: error: cannot find symbol
  157. PlatformInfo platformInfo = new PlatformInfo(PLATFORM_NAME, PLUGIN_VERSION);
  158. ^
  159. symbol: class PlatformInfo
  160. location: class PurchasesWrapper
  161. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:67: error: cannot find symbol
  162. PlatformInfo platformInfo = new PlatformInfo(PLATFORM_NAME, PLUGIN_VERSION);
  163. ^
  164. symbol: class PlatformInfo
  165. location: class PurchasesWrapper
  166. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:68: error: cannot find symbol
  167. Store store = useAmazon ? Store.AMAZON : Store.PLAY_STORE;
  168. ^
  169. symbol: class Store
  170. location: class PurchasesWrapper
  171. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:68: error: cannot find symbol
  172. Store store = useAmazon ? Store.AMAZON : Store.PLAY_STORE;
  173. ^
  174. symbol: variable Store
  175. location: class PurchasesWrapper
  176. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:68: error: cannot find symbol
  177. Store store = useAmazon ? Store.AMAZON : Store.PLAY_STORE;
  178. ^
  179. symbol: variable Store
  180. location: class PurchasesWrapper
  181. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:69: error: cannot find symbol
  182. DangerousSettings dangerousSettings = getDangerousSettingsFromJSON(dangerousSettingsJSON);
  183. ^
  184. symbol: class DangerousSettings
  185. location: class PurchasesWrapper
  186. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunity\PurchasesWrapper.java:70: error: cannot find symbol
  187. CommonKt.configure(UnityPlayer.currentActivity,
  188. ^
  189. symbol: variable CommonKt
  190. location: class PurchasesWrapper
  191. D:\Projects\GitHub\Hypercore-shooter\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\java\com\revenuecat\purchasesunit<message truncated>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement