i am using bouncy castle for encryption.I added cldc_classes.zip & cldc_crypto.zip as a extenal lib.but when i want to create a obfuscated package i am getting following error.
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.modes.CBCBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.modes.CBCBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BufferedBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BufferedBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.params.KeyParameter
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.params.KeyParameter
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BufferedBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BufferedBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BufferedBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BufferedBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.CryptoException
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.engines.AESEngine
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.engines.AESEngine
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.util.encoders.Hex
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.util.encoders.Hex
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.util.encoders.Hex
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BufferedBlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BlockCipher
Warning: com.example.helloworld.Encrypt: can't find referenced class org.bouncycastle.crypto.BlockCipher
Warning: there were 23 unresolved references to classes or interfaces.
You may need to specify additional library jars (using '-libraryjars'),
or perhaps the '-dontskipnonpubliclibraryclasses' option.
Error: Please correct the above warnings first.

Reply With Quote

