Missing output from Android-studio?
by 44139 from LinuxQuestions.org on (#6KJ57)
i'm sitting too much, i'm getting bedsores on my bum, so I need an apk for my v8.1.0 phone to run Anydesk and then FullDrive VR to watch screen on a VR headset whilst lying on my side.
i got Android-Studio and wrote an app, but I can't find any output labeled <flemame.apk> I only have <filename."number sequence">.
have i missed something, or is that it?
EDIT
i've tried to complete it buy can't get past the first build. i just can't guess what to do. yjr delay s to allow confg of Anydesk.
here's my code
<resources>
<string name="app_name">My VR TV</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="nav_header_title">Android Studio</string>
<string name="nav_header_subtitle">android.studio@android.com</string>
<string name="nav_header_desc">Navigation header</string>
<string name="action_settings">Settings</string>
string name="App_name">Anydesk</resources>
string name="Delay 60S"</string>
string nama="FullDrive VR"</resources>
<string name="menu_home">Home</string>
<string name="menu_gallery">Gallery</string>
<string name="menu_slideshow">Slideshow</string>
</resources>
Top
i got Android-Studio and wrote an app, but I can't find any output labeled <flemame.apk> I only have <filename."number sequence">.
have i missed something, or is that it?
EDIT
i've tried to complete it buy can't get past the first build. i just can't guess what to do. yjr delay s to allow confg of Anydesk.
here's my code
<resources>
<string name="app_name">My VR TV</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="nav_header_title">Android Studio</string>
<string name="nav_header_subtitle">android.studio@android.com</string>
<string name="nav_header_desc">Navigation header</string>
<string name="action_settings">Settings</string>
string name="App_name">Anydesk</resources>
string name="Delay 60S"</string>
string nama="FullDrive VR"</resources>
<string name="menu_home">Home</string>
<string name="menu_gallery">Gallery</string>
<string name="menu_slideshow">Slideshow</string>
</resources>
Top