tyron12233 / CodeAssist

Experimental IDE for building Android applicatons on Android.
GNU General Public License v3.0
959 stars 183 forks source link

Cannot see available projects on Android 13 #568

Open Josh-Reimer opened 1 year ago

Josh-Reimer commented 1 year ago

When I create a project in CodeAssist using an Android 13 device, if I press the back button or close the app, my project disappears.

To reproduce:

  1. Create a new project
  2. Close CodeAssist completely
  3. Open CodeAssist
  4. See empty project list

CodeAssist should show your available projects

Screenshots If applicable, add screenshots to help explain your problem.

I am using a Samsung Galaxy A71 running Android 13 and One UI 5.

There seems to be a few bugs surrounding creating a project on my phone. For example, if I input a name for my project, the app changes the project path to an invalid path. The only way to create a project is by not putting in a project name.

yaturner commented 1 year ago

This is because CodeAssist only recognizes Projects with a top level directory of 'app'

danqdinh commented 3 weeks ago

When I create a project in CodeAssist using an Android 13 device, if I press the back button or close the app, my project disappears.

To reproduce:

  1. Create a new project
  2. Close CodeAssist completely
  3. Open CodeAssist
  4. See empty project list

When CodeAssist is first installed, it asks for a Save Dir.

After that, projects should be created in that dir or the project list is empty.