Coder Social home page Coder Social logo

Comments (17)

naseeb8950925214 avatar naseeb8950925214 commented on June 13, 2024

I think the problem is that fat aar script is trying to access release\mapping-r.txt before actually creating it.

from android-fat-aar.

adwiv avatar adwiv commented on June 13, 2024

This probably means the directory (build\fat-aar\release) does not exist.
Have you defined any embedded dependencies defined in the build.gradle?

from android-fat-aar.

naseeb8950925214 avatar naseeb8950925214 commented on June 13, 2024

Now, i am getting these errors. Please note that i have set minifyenabled as false.

Information:Gradle tasks [:MultiTV:assembleDebug]
E:\MultiTvSDKDApp\MultiTvSDKDApp\SmoothPlayerSDK\src\main\java\com\multitv\multitvplayersdk\MultiTvPlayer.java
Warning:[options] bootstrap class path not set in conjunction with -source 1.7
Warning:library class com.multitv.multitvplayersdk.MultiTvPlayer extends or implements program class com.multitv.multitvcommonsdk.MultiTVCommonSdk$AdDetectionListner
Warning:library class com.multitv.multitvplayersdk.MultiTvPlayer extends or implements program class com.multitv.multitvcommonsdk.permission.PermissionCheckerInterface
Warning:library class com.multitv.multitvplayersdk.playerconfig.HlsRendererBuilder$AsyncRendererBuilder extends or implements program class com.google.android.exoplayer.util.ManifestFetcher$ManifestCallback
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.ExoPlayer$Listener
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.chunk.ChunkSampleSource$EventListener
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.hls.HlsSampleSource$EventListener
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.extractor.ExtractorSampleSource$EventListener
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.SingleSampleSource$EventListener
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.upstream.BandwidthMeter$EventListener
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.MediaCodecVideoTrackRenderer$EventListener
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.MediaCodecAudioTrackRenderer$EventListener
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.drm.StreamingDrmSessionManager$EventListener
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.dash.DashChunkSource$EventListener
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.text.TextRenderer
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.metadata.MetadataTrackRenderer$MetadataRenderer
Warning:library class com.multitv.multitvplayersdk.playerconfig.MediaPlayer extends or implements program class com.google.android.exoplayer.util.DebugTextViewHelper$Provider
Warning:library class com.multitv.multitvplayersdk.utils.PausableExecutor$1 extends or implements program class com.google.common.util.concurrent.Monitor$Guard
Warning:library class com.multitv.multitvplayersdk.utils.PausableExecutor$2 extends or implements program class com.google.common.util.concurrent.Monitor$Guard
Warning:com.google.common.base.Absent: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.CharMatcher: can't find referenced class javax.annotation.CheckReturnValue
Warning:com.google.common.base.Enums$ValueOfFunction: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Equivalence: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Equivalence$EquivalentToPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Equivalence$Wrapper: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Function: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.FunctionalEquivalence: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$ConstantFunction: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$ForMapWithDefault: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$FunctionComposition: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$FunctionForMapNoDefault: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$PredicateFunction: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$SupplierFunction: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Joiner: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Joiner: can't find referenced class javax.annotation.CheckReturnValue
Warning:com.google.common.base.Joiner$MapJoiner: can't find referenced class javax.annotation.CheckReturnValue
Warning:com.google.common.base.Objects: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Objects$ToStringHelper: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Optional: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.PairwiseEquivalence: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Preconditions: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$AndPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$AssignableFromPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$CompositionPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ContainsPatternPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$InPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$InstanceOfPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$IsEqualToPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$NotPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$2: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$3: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$4: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$OrPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Present: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Splitter: can't find referenced class javax.annotation.CheckReturnValue
Warning:com.google.common.base.Strings: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Suppliers: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Suppliers$SupplierOfInstance: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Throwables: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.cache.Cache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilder: can't find referenced class javax.annotation.CheckReturnValue
Warning:com.google.common.cache.CacheBuilderSpec: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilderSpec$KeyStrengthParser: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilderSpec$ValueParser: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilderSpec$ValueStrengthParser: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheStats: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.ForwardingCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$EntryFactory$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$2: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$3: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$4: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$5: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$6: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$7: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$8: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$LoadingValueReference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$LocalManualCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$ReferenceEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongAccessEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongAccessEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$StrongAccessWriteEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongAccessWriteEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$StrongEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$StrongWriteEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongWriteEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$ValueReference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakAccessEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$WeakAccessEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakAccessWriteEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$WeakAccessWriteEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakWriteEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$WeakWriteEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WriteThroughEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.RemovalNotification: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.collect.AbstractBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractLinkedIterator: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMapBasedMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMapEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$AsMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$KeySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$RandomAccessWrappedList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractSequentialIterator: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractSortedSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ArrayTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstAggregate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstBalancePolicy: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstCountBasedBalancePolicies$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstCountBasedBalancePolicies$2: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstCountBasedBalancePolicies$3: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstInOrderPath: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstModificationResult: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstModifier: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstMutationResult: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstNode: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstNodeFactory: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstOperations: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstPath: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstRangeOps: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ByFunctionOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ClassToInstanceMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Collections2$OrderedPermutationCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Collections2$PermutationCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparatorOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparisonChain: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparisonChain$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparisonChain$InactiveComparisonChain: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComputingConcurrentHashMap$ComputedReference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComputingConcurrentHashMap$ComputingValueReference: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.ConcurrentHashMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Count: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Cut: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.DescendingImmutableSortedMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyContiguousSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableSortedMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableTable: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.EnumHashBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ExplicitOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.FluentIterable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMapEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingNavigableMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingNavigableSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSortedMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSortedSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.GeneralRange: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.HashBasedTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.HashBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableCollection$EmptyImmutableCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableList$ReverseImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMap$EntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMap$KeySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSortedAsList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSortedMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Iterables: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Iterators: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LexicographicalOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedHashMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedHashMultimap$SetDecorator: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap$MultisetView: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap$Node: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap$ValueForKeyIterator: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$CharSequenceAsList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$OnePlusArrayList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$ReverseList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$StringAsImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$TwoPlusArrayList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraint: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraints$ConstrainedAsMapEntries: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraints$ConstrainedBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraints$ConstrainedEntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapDifference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapDifference$ValueDifference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMaker$NullConcurrentMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMaker$RemovalNotification: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$10: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$11: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$12: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$2: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$3: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$4: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$5: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$6: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$7: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$8: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$9: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$SoftEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$StrongEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$ValueReference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$WeakEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WriteThroughEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$EntryTransformer: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$UnmodifiableBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$UnmodifiableEntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$ValueDifferenceImpl: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$Values: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Entries: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$EntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$FilteredMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$FilteredMultimap$Values: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Keys: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Keys$KeysEntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$MapMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$UnmodifiableAsMapEntries: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Values: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$AbstractEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$EntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$ImmutableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$SetMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.NullsFirstOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.NullsLastOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ObjectArrays: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Ordering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Range: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularContiguousSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap$LinkedEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap$NonTerminalEntry: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.RegularImmutableMap$TerminalEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap$TerminalEntry: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.RegularImmutableMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableSortedMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableSortedMultiset$CumulativeCountEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable$DenseImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable$DenseImmutableTable: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.RegularImmutableTable$SparseImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable$SparseImmutableTable: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.ReverseOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$CartesianSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$FilteredSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$FilteredSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$PowerSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$SetFromMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SortedLists: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SortedSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.StandardTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedAsMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedAsMapEntries: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedAsMapValues: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedObject: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedRandomAccessList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSortedMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSortedSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Table: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Table$Cell: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$ImmutableCell: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$TransformedTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$TransposeTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$UnmodifiableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TransformedImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeBasedTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeBasedTable$TreeRow: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$3: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$4: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$5: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$MultisetModifier: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$Node: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$ToRemove: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.hash.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.io.Closeables: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.io.PatternFilenameFilter: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.io.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.math.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.net.HostAndPort: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.net.HostSpecifier: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.net.InetAddresses$TeredoInfo: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.net.InternetDomainName: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.net.MediaType: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.net.MediaType: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.net.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.primitives.AndroidInteger: can't find referenced class javax.annotation.CheckForNull
Warning:com.google.common.primitives.Ints: can't find referenced class javax.annotation.CheckForNull
Warning:com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator: can't find referenced class sun.misc.Unsafe
Warning:com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1: can't find referenced class sun.misc.Unsafe
Warning:com.google.common.primitives.UnsignedInteger: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.primitives.UnsignedLong: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.primitives.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.reflect.AbstractInvocationHandler: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.TypeResolver$WildcardCapturer: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.TypeToken: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ClassOwnership: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ClassOwnership$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ClassOwnership$2: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ParameterizedTypeImpl: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.util.concurrent.AbstractFuture: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.AbstractFuture$Sync: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.Atomics: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Callables: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Futures: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Futures$ChainingListenableFuture: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.ListenableFutureTask: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Monitor: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.Monitor: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Monitor: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.Monitor$Guard: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.SettableFuture: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.multitv.multitvcommonsdk.MultiTVCommonSdk: can't find referenced class android.support.v4.os.AsyncTaskCompat
Warning:com.multitv.multitvcommonsdk.MultiTVCommonSdk: can't find referenced class android.support.v4.content.LocalBroadcastManager
Warning:com.multitv.multitvcommonsdk.MultiTVCommonSdk: can't find referenced class android.support.v4.os.AsyncTaskCompat
Warning:com.multitv.multitvcommonsdk.MultiTVCommonSdk: can't find referenced class android.support.v4.content.LocalBroadcastManager
Warning:com.multitv.multitvcommonsdk.ServerSyncService: can't find referenced class android.support.v4.content.LocalBroadcastManager
Warning:com.multitv.multitvcommonsdk.permission.PermissionChecker: can't find referenced class android.support.v4.content.ContextCompat
Warning:com.multitv.multitvcommonsdk.permission.PermissionChecker: can't find referenced class android.support.v4.app.ActivityCompat
Warning:com.multitv.multitvcommonsdk.permission.PermissionChecker: can't find referenced class android.support.v4.content.ContextCompat
Warning:com.multitv.multitvcommonsdk.permission.PermissionChecker: can't find referenced class android.support.v4.app.ActivityCompat
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyAppMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyBatteryMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyBluetoothMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyConfigMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyCpuMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyDeviceMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyDisplayMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyIdMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyLocationMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyMemoryMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyNetworkMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyNfcMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasySimMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyAppMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyBatteryMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyBluetoothMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyConfigMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyCpuMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyDeviceMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyDisplayMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyIdMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyLocationMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyMemoryMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyNetworkMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasyNfcMod
Warning:com.multitv.multitvcommonsdk.utils.EasyDeviceInfo: can't find referenced class github.nisrulz.easydeviceinfo.EasySimMod
Warning:com.multitv.multitvcommonsdk.utils.SendAnalytics: can't find referenced class android.support.v4.content.LocalBroadcastManager
Warning:okio.DeflaterSink: can't find referenced class org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Warning:okio.Okio: can't find referenced class java.nio.file.Files
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Warning:there were 1177 unresolved references to classes or interfaces.
Warning:there were 18 instances of library classes depending on program classes.
Error:Execution failed for task ':SmoothPlayerSDK:generateXClass'.

java.io.IOException: Please correct the above warnings first.
Information:BUILD FAILED
Information:Total time: 30.725 secs
Information:1 error
Information:479 warnings
Information:See complete output in console

from android-fat-aar.

adwiv avatar adwiv commented on June 13, 2024

Hmm.. I think we need to add references to non-embedded jars too.. will check and update.

from android-fat-aar.

naseeb8950925214 avatar naseeb8950925214 commented on June 13, 2024

Waiting for fix from your side.

from android-fat-aar.

naseeb8950925214 avatar naseeb8950925214 commented on June 13, 2024

For time being, can you please tell me any workaround which can resolve this issue??

from android-fat-aar.

adwiv avatar adwiv commented on June 13, 2024

In the task generateXClass, we need to add additional libraryjars lines for the non-embedded classes. You can hardcode them for now by giving path to the exploded aar classes.jar

from android-fat-aar.

naseeb8950925214 avatar naseeb8950925214 commented on June 13, 2024

Can you please elaborate a bit how i can hardcode non-embedded classes? 1 line or 2 lines of code will be of great help. If you don't mind we can connect on skype. My skype id is singh.naseeb1

from android-fat-aar.

adwiv avatar adwiv commented on June 13, 2024

I don't use skype :) Please try https://github.com/adwiv/android-fat-aar/blob/fix-compile-dependencies/fat-aar.gradle and let me know if it fixes the issues.

from android-fat-aar.

naseeb8950925214 avatar naseeb8950925214 commented on June 13, 2024

Let me check it. Will revert back with status.

from android-fat-aar.

naseeb8950925214 avatar naseeb8950925214 commented on June 13, 2024

Still getting same problem. Please find log below:

Information:Gradle tasks [:MultiTV:assembleDebug]
E:\MultiTvSDKDApp\MultiTvSDKDApp\SmoothPlayerSDK\src\main\java\com\multitv\multitvplayersdk\MultiTvPlayer.java
Warning:(341, 88) non-varargs call of varargs method with inexact argument type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:(583, 71) non-varargs call of varargs method with inexact argument type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:(669, 115) non-varargs call of varargs method with inexact argument type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:(1956, 74) non-varargs call of varargs method with inexact argument type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:(2403, 88) non-varargs call of varargs method with inexact argument type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:(2405, 72) non-varargs call of varargs method with inexact argument type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:[options] bootstrap class path not set in conjunction with -source 1.7
Warning:com.google.common.base.Absent: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.CharMatcher: can't find referenced class javax.annotation.CheckReturnValue
Warning:com.google.common.base.Enums$ValueOfFunction: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Equivalence: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Equivalence$EquivalentToPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Equivalence$Wrapper: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Function: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.FunctionalEquivalence: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$ConstantFunction: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$ForMapWithDefault: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$FunctionComposition: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$FunctionForMapNoDefault: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$PredicateFunction: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$SupplierFunction: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Joiner: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Joiner: can't find referenced class javax.annotation.CheckReturnValue
Warning:com.google.common.base.Joiner$MapJoiner: can't find referenced class javax.annotation.CheckReturnValue
Warning:com.google.common.base.Objects: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Objects$ToStringHelper: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Optional: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.PairwiseEquivalence: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Preconditions: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$AndPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$AssignableFromPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$CompositionPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ContainsPatternPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$InPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$InstanceOfPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$IsEqualToPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$NotPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$2: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$3: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$4: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$OrPredicate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Present: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Splitter: can't find referenced class javax.annotation.CheckReturnValue
Warning:com.google.common.base.Strings: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Suppliers: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Suppliers$SupplierOfInstance: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Throwables: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.base.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.cache.Cache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilder: can't find referenced class javax.annotation.CheckReturnValue
Warning:com.google.common.cache.CacheBuilderSpec: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilderSpec$KeyStrengthParser: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilderSpec$ValueParser: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilderSpec$ValueStrengthParser: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheStats: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.ForwardingCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$EntryFactory$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$2: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$3: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$4: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$5: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$6: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$7: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$8: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$LoadingValueReference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$LocalManualCache: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$ReferenceEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongAccessEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongAccessEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$StrongAccessWriteEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongAccessWriteEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$StrongEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$StrongWriteEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongWriteEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$ValueReference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakAccessEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$WeakAccessEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakAccessWriteEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$WeakAccessWriteEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakWriteEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$WeakWriteEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WriteThroughEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.RemovalNotification: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.collect.AbstractBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractLinkedIterator: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMapBasedMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMapEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$AsMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$KeySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$RandomAccessWrappedList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractSequentialIterator: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractSortedSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ArrayTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstAggregate: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstBalancePolicy: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstCountBasedBalancePolicies$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstCountBasedBalancePolicies$2: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstCountBasedBalancePolicies$3: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstInOrderPath: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstModificationResult: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstModifier: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstMutationResult: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstNode: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstNodeFactory: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstOperations: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstPath: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstRangeOps: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ByFunctionOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ClassToInstanceMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Collections2$OrderedPermutationCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Collections2$PermutationCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparatorOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparisonChain: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparisonChain$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparisonChain$InactiveComparisonChain: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComputingConcurrentHashMap$ComputedReference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComputingConcurrentHashMap$ComputingValueReference: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.ConcurrentHashMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Count: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Cut: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.DescendingImmutableSortedMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyContiguousSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableSortedMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableTable: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.EnumHashBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ExplicitOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.FluentIterable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMapEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingNavigableMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingNavigableSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSortedMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSortedSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.GeneralRange: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.HashBasedTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.HashBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableCollection$EmptyImmutableCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableList$ReverseImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMap$EntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMap$KeySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSortedAsList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSortedMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Iterables: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Iterators: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LexicographicalOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedHashMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedHashMultimap$SetDecorator: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap$MultisetView: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap$Node: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap$ValueForKeyIterator: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$CharSequenceAsList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$OnePlusArrayList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$ReverseList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$StringAsImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$TwoPlusArrayList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraint: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraints$ConstrainedAsMapEntries: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraints$ConstrainedBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraints$ConstrainedEntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapDifference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapDifference$ValueDifference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMaker$NullConcurrentMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMaker$RemovalNotification: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$10: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$11: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$12: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$2: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$3: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$4: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$5: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$6: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$7: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$8: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$9: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$SoftEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$StrongEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$ValueReference: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$WeakEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEvictableEntry: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEvictableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WriteThroughEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$EntryTransformer: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$UnmodifiableBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$UnmodifiableEntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$ValueDifferenceImpl: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$Values: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Entries: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$EntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$FilteredMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$FilteredMultimap$Values: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Keys: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Keys$KeysEntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$MapMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$UnmodifiableAsMapEntries: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Values: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$AbstractEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$EntrySet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$ImmutableEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$SetMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.NullsFirstOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.NullsLastOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ObjectArrays: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Ordering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Range: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularContiguousSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap$LinkedEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap$NonTerminalEntry: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.RegularImmutableMap$TerminalEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap$TerminalEntry: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.RegularImmutableMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableSortedMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableSortedMultiset$CumulativeCountEntry: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable$DenseImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable$DenseImmutableTable: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.RegularImmutableTable$SparseImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable$SparseImmutableTable: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.ReverseOrdering: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$CartesianSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$FilteredSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$FilteredSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$PowerSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$SetFromMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SortedLists: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SortedSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.StandardTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedAsMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedAsMapEntries: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedAsMapValues: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedBiMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedCollection: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedListMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedObject: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedRandomAccessList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSortedMap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSortedSet: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSortedSetMultimap: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Table: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Table$Cell: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$ImmutableCell: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$TransformedTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$TransposeTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$UnmodifiableTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TransformedImmutableList: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeBasedTable: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeBasedTable$TreeRow: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$3: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$4: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$5: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$MultisetModifier: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$Node: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$ToRemove: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.hash.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.io.Closeables: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.io.PatternFilenameFilter: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.io.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.math.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.net.HostAndPort: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.net.HostSpecifier: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.net.InetAddresses$TeredoInfo: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.net.InternetDomainName: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.net.MediaType: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.net.MediaType: can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.net.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.primitives.AndroidInteger: can't find referenced class javax.annotation.CheckForNull
Warning:com.google.common.primitives.Ints: can't find referenced class javax.annotation.CheckForNull
Warning:com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator: can't find referenced class sun.misc.Unsafe
Warning:com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1: can't find referenced class sun.misc.Unsafe
Warning:com.google.common.primitives.UnsignedInteger: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.primitives.UnsignedLong: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.primitives.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.reflect.AbstractInvocationHandler: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.TypeResolver$WildcardCapturer: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.TypeToken: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ClassOwnership: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ClassOwnership$1: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ClassOwnership$2: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ParameterizedTypeImpl: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.util.concurrent.AbstractFuture: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.AbstractFuture$Sync: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.Atomics: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Callables: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Futures: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Futures$ChainingListenableFuture: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.ListenableFutureTask: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Monitor: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.Monitor: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Monitor: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.Monitor$Guard: can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.SettableFuture: can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.package-info: can't find referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:okio.DeflaterSink: can't find referenced class org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Warning:okio.Okio: can't find referenced class java.nio.file.Files
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Warning:there were 1057 unresolved references to classes or interfaces.
Error:Execution failed for task ':SmoothPlayerSDK:generateXClass'.

java.io.IOException: Please correct the above warnings first.
Information:BUILD FAILED
Information:Total time: 31.786 secs
Information:1 error
Information:424 warnings
Information:See complete output in console

from android-fat-aar.

adwiv avatar adwiv commented on June 13, 2024

Can you post the dependencies of all the embedded modules please?

On 27-Sep-2016 6:53 PM, "naseeb8950925214" [email protected] wrote:

Still getting same problem. Please find log below:

Information:Gradle tasks [:MultiTV:assembleDebug]
E:\MultiTvSDKDApp\MultiTvSDKDApp\SmoothPlayerSDK\src\main\java
com\multitv\multitvplayersdk\MultiTvPlayer.java
Warning:(341, 88) non-varargs call of varargs method with inexact argument
type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:(583, 71) non-varargs call of varargs method with inexact argument
type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:(669, 115) non-varargs call of varargs method with inexact
argument type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:(1956, 74) non-varargs call of varargs method with inexact
argument type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:(2403, 88) non-varargs call of varargs method with inexact
argument type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:(2405, 72) non-varargs call of varargs method with inexact
argument type for last parameter;
cast to Void for a varargs call
cast to Void[] for a non-varargs call and to suppress this warning
Warning:[options] bootstrap class path not set in conjunction with -source
1.7
Warning:com.google.common.base.Absent: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.CharMatcher: can't find referenced class
javax.annotation.CheckReturnValue
Warning:com.google.common.base.Enums$ValueOfFunction: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Equivalence: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.Equivalence$EquivalentToPredicate: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Equivalence$Wrapper: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.base.Function: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.FunctionalEquivalence: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.Functions$ConstantFunction: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$ForMapWithDefault: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$FunctionComposition: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$FunctionForMapNoDefault: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$PredicateFunction: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Functions$SupplierFunction: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Joiner: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.Joiner: can't find referenced class
javax.annotation.CheckReturnValue
Warning:com.google.common.base.Joiner$MapJoiner: can't find referenced
class javax.annotation.CheckReturnValue
Warning:com.google.common.base.Objects: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.Objects$ToStringHelper: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Optional: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.PairwiseEquivalence: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.base.Preconditions: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.Predicate: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.Predicates: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.Predicates$AndPredicate: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$AssignableFromPredicate: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$CompositionPredicate: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ContainsPatternPredicate: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$InPredicate: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$InstanceOfPredicate: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$IsEqualToPredicate: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$NotPredicate: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$1: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$2: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$3: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$ObjectPredicate$4: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Predicates$OrPredicate: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Present: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.Splitter: can't find referenced class
javax.annotation.CheckReturnValue
Warning:com.google.common.base.Strings: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.Suppliers: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.Suppliers$SupplierOfInstance: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.base.Throwables: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.base.package-info: can't find referenced class
javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.cache.Cache: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilder: can't find referenced class
javax.annotation.CheckReturnValue
Warning:com.google.common.cache.CacheBuilderSpec: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilderSpec$KeyStrengthParser: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilderSpec$ValueParser: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheBuilderSpec$ValueStrengthParser:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.CacheStats: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.cache.ForwardingCache: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class
javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class
javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache: can't find referenced class
javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$EntryFactory$1: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$2: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$3: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$4: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$5: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$6: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$7: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$EntryFactory$8: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$LoadingValueReference: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$LocalManualCache: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$ReferenceEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$Segment: can't find referenced
class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongAccessEntry: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongAccessEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$StrongAccessWriteEntry: can't
find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongAccessWriteEntry: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$StrongEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$StrongWriteEntry: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$StrongWriteEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$ValueReference: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakAccessEntry: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$WeakAccessEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakAccessWriteEntry: can't
find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$WeakAccessWriteEntry: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WeakWriteEntry: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.cache.LocalCache$WeakWriteEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.LocalCache$WriteThroughEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.RemovalNotification: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.cache.package-info: can't find referenced class
javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.collect.AbstractBiMap: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractLinkedIterator: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractListMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMapBasedMultiset: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMapEntry: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$AsMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$KeySet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$RandomAccessWrappedList:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedCollection:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedList: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultimap$WrappedSortedSet:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractMultiset: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractSequentialIterator: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractSetMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.AbstractSortedSetMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ArrayTable: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.BiMap: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.BstAggregate: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.BstBalancePolicy: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.BstCountBasedBalancePolicies$1: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstCountBasedBalancePolicies$2: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstCountBasedBalancePolicies$3: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstInOrderPath: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.BstModificationResult: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstModifier: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.BstMutationResult: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.BstNode: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.BstNodeFactory: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.BstOperations: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.BstPath: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.BstRangeOps: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ByFunctionOrdering: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ClassToInstanceMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Collections2$OrderedPermutationCollection:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Collections2$PermutationCollection:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparatorOrdering: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparisonChain: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ComparisonChain$1: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComparisonChain$InactiveComparisonChain:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComputingConcurrentHashMap$ComputedReference:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ComputingConcurrentHashMap$ComputingValueReference:
can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.ConcurrentHashMultiset: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Count: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Cut: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.DescendingImmutableSortedMultiset:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyContiguousSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableList: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableMultiset: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableSortedMultiset: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableSortedSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableTable: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.EmptyImmutableTable: can't find
referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.EnumHashBiMap: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ExplicitOrdering: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.FluentIterable: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingCollection: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingList: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingListMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMap: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMapEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingMultiset: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingNavigableMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingNavigableSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSet: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSetMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSortedMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSortedSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ForwardingSortedSetMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.GeneralRange: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.HashBasedTable: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.HashBiMap: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableBiMap: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableCollection: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableCollection$EmptyImmutableCollection:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableEntry: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableList: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableList$ReverseImmutableList:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableListMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMap: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMap$EntrySet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMap$KeySet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableMultiset: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSet: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSetMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSortedAsList: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSortedMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableSortedSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ImmutableTable: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Iterables: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Iterators: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.LexicographicalOrdering: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedHashMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedHashMultimap$SetDecorator: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap$MultisetView: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap$Node: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.LinkedListMultimap$ValueForKeyIterator:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ListMultimap: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Lists: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Lists$CharSequenceAsList: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$OnePlusArrayList: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$ReverseList: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$StringAsImmutableList: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Lists$TwoPlusArrayList: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraint: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraints$ConstrainedAsMapEntries:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraints$ConstrainedBiMap: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapConstraints$ConstrainedEntrySet:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapDifference: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.MapDifference$ValueDifference: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMaker$NullConcurrentMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMaker$RemovalNotification: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory: can't
find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$1:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$10:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$11:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$12:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$2:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$3:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$4:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$5:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$6:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$7:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$8:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$EntryFactory$9:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$Segment: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftEntry: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$SoftEvictableEntry:
can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftEvictableEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEntry:
can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEvictableEntry:
can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$SoftExpirableEvictableEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongEntry: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongEvictableEntry:
can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$StrongEvictableEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEntry:
can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEvictableEntry:
can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$StrongExpirableEvictableEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$ValueReference:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakEntry: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakEvictableEntry:
can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$WeakEvictableEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEntry:
can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEvictableEntry:
can't find referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.collect.MapMakerInternalMap$WeakExpirableEvictableEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.MapMakerInternalMap$WriteThroughEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Maps$EntryTransformer: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$UnmodifiableBiMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$UnmodifiableEntrySet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$ValueDifferenceImpl: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Maps$Values: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Multimap: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Entries: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$EntrySet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$FilteredMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$FilteredMultimap$Values:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Keys: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Keys$KeysEntrySet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$MapMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$UnmodifiableAsMapEntries:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multimaps$Values: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Multiset: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Multisets: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$AbstractEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$EntrySet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$ImmutableEntry: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Multisets$SetMultiset: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.NullsFirstOrdering: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.NullsLastOrdering: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.ObjectArrays: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Ordering: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Range: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.RegularContiguousSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableList: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap$LinkedEntry: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap$NonTerminalEntry:
can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.RegularImmutableMap$TerminalEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableMap$TerminalEntry:
can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.RegularImmutableMultiset: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableSortedMultiset: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableSortedMultiset$CumulativeCountEntry:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableSortedSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable$DenseImmutableTable:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable$DenseImmutableTable:
can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.RegularImmutableTable$SparseImmutableTable:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.RegularImmutableTable$SparseImmutableTable:
can't find referenced class javax.annotation.concurrent.Immutable
Warning:com.google.common.collect.ReverseOrdering: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.SetMultimap: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Sets: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Sets$CartesianSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$FilteredSet: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$FilteredSortedSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$PowerSet: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Sets$SetFromMap: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableList: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableMap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableSet: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SingletonImmutableTable: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.SortedLists: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.SortedSetMultimap: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.StandardTable: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedAsMap: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedAsMapEntries:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedAsMapValues:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedBiMap: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedCollection:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedList: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedListMultimap:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedMap: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedMultimap:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedMultiset:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedObject: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedRandomAccessList:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSet: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSetMultimap:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSortedMap:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSortedSet:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Synchronized$SynchronizedSortedSetMultimap:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Table: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Table$Cell: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Tables: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.collect.Tables$ImmutableCell: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$TransformedTable: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$TransposeTable: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.Tables$UnmodifiableTable: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TransformedImmutableList: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeBasedTable: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.TreeBasedTable$TreeRow: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$3: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$4: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$5: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$MultisetModifier: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$Node: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.TreeMultiset$ToRemove: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.collect.package-info: can't find referenced
class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.hash.package-info: can't find referenced class
javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.io.Closeables: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.io.PatternFilenameFilter: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.io.package-info: can't find referenced class
javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.math.package-info: can't find referenced class
javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.net.HostAndPort: can't find referenced class
javax.annotation.concurrent.Immutable
Warning:com.google.common.net.HostSpecifier: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.net.InetAddresses$TeredoInfo: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.net.InternetDomainName: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.net.MediaType: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.net.MediaType: can't find referenced class
javax.annotation.concurrent.Immutable
Warning:com.google.common.net.package-info: can't find referenced class
javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.primitives.AndroidInteger: can't find
referenced class javax.annotation.CheckForNull
Warning:com.google.common.primitives.Ints: can't find referenced class
javax.annotation.CheckForNull
Warning:com.google.common.primitives.UnsignedBytes$
LexicographicalComparatorHolder$UnsafeComparator: can't find referenced
class sun.misc.Unsafe
Warning:com.google.common.primitives.UnsignedBytes$
LexicographicalComparatorHolder$UnsafeComparator$1: can't find referenced
class sun.misc.Unsafe
Warning:com.google.common.primitives.UnsignedInteger: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.primitives.UnsignedLong: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.primitives.package-info: can't find referenced
class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.reflect.AbstractInvocationHandler: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.TypeResolver$WildcardCapturer: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.TypeToken: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.reflect.Types: can't find referenced class
javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ClassOwnership: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ClassOwnership$1: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ClassOwnership$2: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.Types$ParameterizedTypeImpl: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.reflect.package-info: can't find referenced
class javax.annotation.ParametersAreNonnullByDefault
Warning:com.google.common.util.concurrent.AbstractFuture: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.AbstractFuture$Sync: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.AbstractScheduledService$
CustomScheduler$ReschedulableCallable: can't find referenced class
javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.Atomics: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Callables: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Futures: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Futures$ChainingListenableFuture:
can't find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.ListenableFutureTask: can't
find referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Monitor: can't find referenced
class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.Monitor: can't find referenced
class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.Monitor: can't find referenced
class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.Monitor$Guard: can't find
referenced class javax.annotation.concurrent.GuardedBy
Warning:com.google.common.util.concurrent.SettableFuture: can't find
referenced class javax.annotation.Nullable
Warning:com.google.common.util.concurrent.package-info: can't find
referenced class javax.annotation.ParametersAreNonnullByDefault
Warning:okio.DeflaterSink: can't find referenced class
org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
Warning:okio.Okio: can't find referenced class java.nio.file.Files
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class org.codehaus.mojo.animal_
sniffer.IgnoreJRERequirement
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class java.nio.file.Path
Warning:okio.Okio: can't find referenced class java.nio.file.OpenOption
Warning:okio.Okio: can't find referenced class org.codehaus.mojo.animal_
sniffer.IgnoreJRERequirement
Warning:there were 1057 unresolved references to classes or interfaces.
Error:Execution failed for task ':SmoothPlayerSDK:generateXClass'.

java.io.IOException: Please correct the above warnings first.
Information:BUILD FAILED
Information:Total time: 31.786 secs
Information:1 error
Information:424 warnings
Information:See complete output in console


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#29 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKfnZzLLHOp49v8-TlFxEOpSHwp8DwUkks5quRjqgaJpZM4KGedm
.

from android-fat-aar.

adwiv avatar adwiv commented on June 13, 2024

Hi, were you able to fix the issue?

from android-fat-aar.

naseeb8950925214 avatar naseeb8950925214 commented on June 13, 2024

Hi, no i am not able to resolve this issue.

from android-fat-aar.

naseeb8950925214 avatar naseeb8950925214 commented on June 13, 2024

please find list of dependencies below:
compile('com.android.support:support-v4:23.0.1') {
force = true;
}
compile('com.android.support:appcompat-v7:23.0.1') {
force = true;
}
compile project(':easydeviceinfo-2.1.1')
compile files('libs/engine.io-client-0.6.2.jar')
compile files('libs/okhttp-2.5.0.jar')
compile files('libs/okhttp-ws-2.5.0.jar')
compile files('libs/okio-1.6.0.jar')
compile files('libs/socket.io-client-0.6.2.jar')
compile files('libs/guava-12.0.jar')
compile 'commons-codec:commons-codec:1.3'
compile 'com.android.support:support-v4:23.0.1'
compile 'com.android.support:appcompat-v7:23.0.1'
compile project(':fabbutton-1.2.1')

from android-fat-aar.

adwiv avatar adwiv commented on June 13, 2024

Use the latest script and in the fataar-rules.pro file generated in the app folder add the following line:

-dontwarn '**'

Compile and see if it works.

from android-fat-aar.

adwiv avatar adwiv commented on June 13, 2024

Please use the latest script. It should fix all the warnings generated due to internal proguard.

from android-fat-aar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.