Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System cannot find path specified - Gradle 2.2.0 #29

Closed
naseeb8950925214 opened this issue Sep 26, 2016 · 17 comments
Closed

System cannot find path specified - Gradle 2.2.0 #29

naseeb8950925214 opened this issue Sep 26, 2016 · 17 comments

Comments

@naseeb8950925214
Copy link

I am not able to use fat aar in my library project. Please find details of exception below:

Error:FAILURE: Build failed with an exception.

  • Where:
    Script 'https://raw.githubusercontent.com/adwiv/android-fat-aar/master/fat-aar.gradle' line: 264

  • What went wrong:
    Execution failed for task ':SmoothPlayerSDK:generateRJava'.

    E:\MultiTvSDKDApp\MultiTvSDKDApp\SmoothPlayerSDK\build\fat-aar\release\mapping-r.txt (The system cannot find the path specified)

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

I am using latest version of fat aar with android studio version 2.2

@naseeb8950925214
Copy link
Author

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

@adwiv
Copy link
Owner

adwiv commented Sep 26, 2016

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

@naseeb8950925214
Copy link
Author

naseeb8950925214 commented Sep 27, 2016

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

@adwiv
Copy link
Owner

adwiv commented Sep 27, 2016

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

@naseeb8950925214
Copy link
Author

Waiting for fix from your side.

@naseeb8950925214
Copy link
Author

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

@adwiv
Copy link
Owner

adwiv commented Sep 27, 2016

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

@naseeb8950925214
Copy link
Author

naseeb8950925214 commented Sep 27, 2016

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

@adwiv
Copy link
Owner

adwiv commented Sep 27, 2016

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.

@naseeb8950925214
Copy link
Author

Let me check it. Will revert back with status.

@naseeb8950925214
Copy link
Author

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

@adwiv
Copy link
Owner

adwiv commented Sep 27, 2016

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

On 27-Sep-2016 6:53 PM, "naseeb8950925214" notifications@github.com 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
.

@adwiv
Copy link
Owner

adwiv commented Sep 30, 2016

Hi, were you able to fix the issue?

@naseeb8950925214
Copy link
Author

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

@naseeb8950925214
Copy link
Author

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')

@adwiv
Copy link
Owner

adwiv commented Oct 7, 2016

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.

adwiv added a commit that referenced this issue Oct 14, 2016
Should fix most of the issues that were created due to internal proguard (#29, #37).
- Added support for java libraries (issue #14)
- Does not merge jars into classes.jar (issue #24)
@adwiv
Copy link
Owner

adwiv commented Oct 14, 2016

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

@adwiv adwiv closed this as completed Oct 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants