Build Android for the tablet version

Hello,

I want to build VIM3 android source code for tablet version. currently if i follow steps provided in documentation it is generating android images for the Android TV.

Can anyone help me for this?

1 Like

@Linux_Andro Maybe @Terry and @goenjoy can help you about this.

Thanks @Frank for quick reply. @Terry @goenjoy can you please provide steps to compile VIM3 android source code for the tablet.

Thanks

We don’t try to compile VIM3 Android source code for the tablet. You can try to modify the file device/khadas/kvim3/device.mk , but it may have some problems.

diff --git a/kvim3/device.mk b/kvim3/device.mk
index d4fa80b..5f19a26 100644
--- a/kvim3/device.mk
+++ b/kvim3/device.mk
@@ -96,7 +96,7 @@ endif
 PRODUCT_AAPT_CONFIG := xlarge hdpi xhdpi
 PRODUCT_AAPT_PREF_CONFIG := hdpi
 
-PRODUCT_CHARACTERISTICS := mbx,nosdcard
+PRODUCT_CHARACTERISTICS := tablet
 
 ifneq ($(TARGET_BUILD_GOOGLE_ATV), true)
 DEVICE_PACKAGE_OVERLAYS := \
1 Like

Thanks @Terry With this change i am able to build SDK

Further I want to change ‘default droid’ setting with android default setting application can you help me with this?

Thanks

That’s great :smiley: