SMOOTSARA Active Member Licensed User Longtime User Jan 25, 2018 #1 Hi guys i have made a little program whit private key. i want to compile in Release(obfuscated) but i get an error during the release compiling . thanks. Attachments test.zip 315.7 KB · Views: 349 1.PNG 16.4 KB · Views: 344 2.PNG 12.7 KB · Views: 322 3.PNG 23.4 KB · Views: 320 Last edited: Jan 25, 2018
Hi guys i have made a little program whit private key. i want to compile in Release(obfuscated) but i get an error during the release compiling . thanks.
DonManfred Expert Licensed User Longtime User Jan 25, 2018 #2 There is no need to scream! Note that writing all uppercase is considered as SCREAMING. Upvote 0
P panagiotisden2 Active Member Licensed User Longtime User Jan 25, 2018 #3 Install jdk 8u144 and create a new key. The problem occurs if you create a new key with jdk > 8u151. see: https://www.b4x.com/android/forum/t...ey-algorithm-is-not-compatible.87699/#content Upvote 0
Install jdk 8u144 and create a new key. The problem occurs if you create a new key with jdk > 8u151. see: https://www.b4x.com/android/forum/t...ey-algorithm-is-not-compatible.87699/#content
SMOOTSARA Active Member Licensed User Longtime User Jan 25, 2018 #4 panagiotisden2 said: Install jdk 8u144 and create a new key. The problem occurs if you create a new key with jdk > 8u151. see: https://www.b4x.com/android/forum/t...ey-algorithm-is-not-compatible.87699/#content Click to expand... solved this problem installed Java 8u144 And created a new key for the program http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html Attachments 1.PNG 29.2 KB · Views: 322 Upvote 0
panagiotisden2 said: Install jdk 8u144 and create a new key. The problem occurs if you create a new key with jdk > 8u151. see: https://www.b4x.com/android/forum/t...ey-algorithm-is-not-compatible.87699/#content Click to expand... solved this problem installed Java 8u144 And created a new key for the program http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html