Author |
Topic  |
|
P_Dikeman
Pulcino

21 Posts |
Posted - 10/03/2021 : 03:21:55
|
Successfully built and ran debug build variant but the app menu button only shows "setup" buttons for system,aircraft, device and pilot plus cancel and exit.
at startup the screen displays what i'd call "option" flags - FLY, TEST, DEBG,YDBG,BSTOP,ASRT.
TWO questions:
1) how can i get the "normal" menu (NAV, INFO, CONFIG, etc...) to appear in the debug build variant 2) can you point me to where i can find out more about what i called "option" flags
Peter
|
|
brunotl
Pterodattilo
    
France
1157 Posts |
Posted - 10/03/2021 : 17:45:25
|
you see only config menu because "DEFUALT_MENU.TXT" is missing in "LK8000\android-studio\app\src\main\assets"
this file is copied from "LK8000\Common\Data\Language" by build, so it's surprising ...
|
Edited by - brunotl on 10/03/2021 18:02:34 |
 |
|
P_Dikeman
Pulcino

21 Posts |
Posted - 10/03/2021 : 17:45:47
|
Doh! wasn't paying attention - i grabbed Master branch ...trying again with 72. |
 |
|
brunotl
Pterodattilo
    
France
1157 Posts |
Posted - 10/03/2021 : 18:12:56
|
master branch work, i fly with ... |
 |
|
P_Dikeman
Pulcino

21 Posts |
Posted - 11/03/2021 : 03:03:42
|
so problem persists with branch v72. the file DEFAULT_MENU.TXT does exist in "LK8000\android-studio\app\src\main\assets" BUT it contains only a single line:
../../../Data/Language/DEFAULT_MENU.TXT
looks sorta like the path to the source file got copied ...not the source file contents. CREDITS.TXT file seems OK and the source DEFAULTS.TXT is OK
i can see the sync task in build.gradle where the sync is supposed to happen...as a workaround maybe i'll bugger this to not do the sync and just do a manual copy... your thoughts?
This is a fresh install of the current (9 march 2021) Android Studio running on Win 10. I assume this "was working" for 7.2.1 release so maybe a bug got introduced in A.S. , From my somewhat limited past experience that would not be a surprise .. i won't tell you what i really think about A.S. :) |
 |
|
P_Dikeman
Pulcino

21 Posts |
Posted - 11/03/2021 : 03:24:07
|
update: buggering the build.gradle appears to have worked will need to test further |
 |
|
brunotl
Pterodattilo
    
France
1157 Posts |
|
brunotl
Pterodattilo
    
France
1157 Posts |
Posted - 11/03/2021 : 19:17:51
|
surprising, looking Gradle documentation ans Source code, Sync task don't create symlink but copy the file. so you have problem elsewhere ... |
 |
|
P_Dikeman
Pulcino

21 Posts |
Posted - 11/03/2021 : 19:37:40
|
Thanks for your patience! will check it out. Missed the fact that Wiki has some really useful content.
RE: Windows ... yeah ,Grew up programming assembly language/Fortran on minicomputers when 8Kb of ferrite core memory was "huge" and somehow i managed to miss the whole unix/linux/Mac thing. |
 |
|
brunotl
Pterodattilo
    
France
1157 Posts |
Posted - 12/03/2021 : 09:31:04
|
it's never to late ;-)
more seriously, any wiki improvement is welcome... |
 |
|
|
Topic  |
|