love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
201 stars 70 forks source link

update wiki #223

Closed shoucandanghehe closed 2 years ago

shoucandanghehe commented 2 years ago

I noticed that the wiki contains a lot of outdated information which should be kept up to date For example in Game Packaging

How to package the apk with your own LÖVE game
Create a folder named assets in app/src/main of the root of the love-android repository and place your game in it; you can use the shell (Windows user should use copy instead of cp):

Apparently it should now be app/src/embed/assets instead of app/src/main/assets Also in the same chapter How to change the icon mdpi should be 48*48 not 42*42 xxxhdpi should be 192*192, but the wiki doesn't say

shoucandanghehe commented 2 years ago

Meanwhile I think the README should direct the user to a detailed tutorial in the wiki like this

MikuAuahDark commented 2 years ago

Either app/src/main/assets or app/src/embed/assets works due to how Gradle works.

In general, the repository wiki is (bit) outdated except the FAQ page because it's copied straight from the BitBucket repository. I updated the Game Packaging wiki for now.