Jump to content

้how to add text show after start app ?


THeSunday

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

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 

Archived

This topic is now archived and is closed to further replies.

×
  • 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