Jump to content

4 posts in this topic

Recommended Posts

Posted

You need to add a toast using either APK Editor or Notepad++. Since I am too lazy to post all the steps here for adding toast or mentioning a tutorial which shows you how to do it, I suggest you look up "How to add toast to APK using (APK Editor/Notepad++).

Posted (edited)

and i try add myself  not working app close every time 
 

# virtual methods
.method public Start()Z
    .locals 4

    const-string v0, "APKMODY"

    invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

    invoke-direct {p0}, Lcom/unity3d/player/UnityPlayerActivity;->init()Z

    move-result v1

    return v1
.end method

i change to 

 

# virtual methods
.method public Start()Z
    .locals 4

    const-string v0, "TEST TEST"

    invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

    invoke-direct {p0}, Lcom/unity3d/player/UnityPlayerActivity;->init()Z

    move-result v1

    return v1
.end method

Not working app black screen 

Updated by THeSunday

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines