Unreal Engine 5.4.4 Keystore Setup & abb not signe keystore | Create Keystore UE 5.4.4

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 8

  • @TecDevStudio
    @TecDevStudio  3 หลายเดือนก่อน +1

    cmd code :
    keytool -genkey -v -keystore ExampleKey.keystore -alias MyKey -keyalg RSA -keysize 2048 -validity 10000

  • @kamilowskyy1822
    @kamilowskyy1822 2 หลายเดือนก่อน +1

    Hi, i have problem with keyboard not appear on android in game. Can you help me?

    • @TecDevStudio
      @TecDevStudio  2 หลายเดือนก่อน

      UE5.4.4 right ?

    • @kamilowskyy1822
      @kamilowskyy1822 2 หลายเดือนก่อน +1

      @@TecDevStudio yes, already fixed it. the problem is with the ue version itself.
      Engine/Build/Android/Java/src/com/epicgames/unreal/GameActivity.java.template

    • @TecDevStudio
      @TecDevStudio  2 หลายเดือนก่อน

      Cool

  • @brunomoreira5883
    @brunomoreira5883 3 หลายเดือนก่อน +1

    to me this isn't worked, i did what you said and I enter in a infinity looping to rewriting things. but I made this in CMD and worked:
    keytool -genkey -v -keystore ExampleKey.keystore -alias MyKey -keyalg RSA -keysize 2048 -validity 10000 -dname "CN=YourName, OU=ExampleOrg, O=ExampleEnt, L=ct, ST=st, C=us"

    • @TecDevStudio
      @TecDevStudio  3 หลายเดือนก่อน

      Then you did mistake typing the password . Keep it unreal 9 words & re try again

    • @brunomoreira5883
      @brunomoreira5883 3 หลายเดือนก่อน

      @@TecDevStudio it worked !